Quellcode durchsuchen

修改端口号

lrf vor 1 Jahr
Ursprung
Commit
4249e60de7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      config/config.default.js

+ 2 - 2
config/config.default.js

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