SanHQin 6 mesi fa
parent
commit
e2ce149324
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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: {