SanHQin 7 months ago
parent
commit
e2ce149324
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/config/config.js

+ 2 - 2
src/config/config.js

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