Przeglądaj źródła

修改端口号

lrf 1 rok temu
rodzic
commit
4249e60de7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      config/config.default.js

+ 2 - 2
config/config.default.js

@@ -127,10 +127,10 @@ module.exports = appInfo => {
   //   },
   // };
   config.mission = {
-    baseUrl: 'http://127.0.0.1:7004',
+    baseUrl: 'http://127.0.0.1:7003',
   };
   config.auth = {
-    baseUrl: 'http://127.0.0.1:7006',
+    baseUrl: 'http://127.0.0.1:7002',
   };
 
   // 安全配置