SanHQin 2 gadi atpakaļ
vecāks
revīzija
e2ce149324
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: {