SanHQin 7 月之前
父节点
当前提交
e2ce149324
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/config/config.js

+ 2 - 2
src/config/config.js

@@ -10,10 +10,10 @@ const store = new Vuex.Store({
         userInfo: {},
         nCount: 0,
         report:"",
-        // api: 'https://pbl.cocorobo.cn/api/pbl/',
+        api: 'https://pbl.cocorobo.cn/api/pbl/',
         socket: "https://poll.cocorobo.cn",
         // socket: "http://localhost:1473",
-        api: 'http://localhost:7003/api/pbl/',
+        // api: 'http://localhost:7003/api/pbl/',
     },
 
     mutations: {