guhongwei324 1 jaar geleden
bovenliggende
commit
ef29df3eaa
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      config/config.default.js

+ 2 - 2
config/config.default.js

@@ -19,12 +19,12 @@ module.exports = appInfo => {
   };
   // http请求前缀
   config.httpPrefix = {
-    logs: 'http://localhost:10101/projectadmin/api',
+    logs: 'http://localhost:10001/projectadmin/api',
   };
   // 进程设置
   config.cluster = {
     listen: {
-      port: 10102,
+      port: 10002,
     },
   };
   // jwt设置