sunqijun 3 hónapja
szülő
commit
7ebde91e96

+ 2 - 2
src/router/routers/production-safety.ts

@@ -14,10 +14,10 @@ const productionSafetyRoutes = {
     hidden: false,
     noCache: false,
   },
-  children: [{
+  children: [
     ...responsibilityImplementation,
     ...riskIdentificationAndControl,
-  }],
+  ],
 
 
 

+ 1 - 1
utils/devProxy/staff/proxy.ts

@@ -3,7 +3,7 @@ import path from 'path';
 
 // staff环境
 const proxyStaff: PROXY_TYPE = {
-  serverHost: 'http://192.168.6.42:8802/',
+  serverHost: 'http://192.168.22.148:8802/',
   // serverHost: 'http://192.168.20.4:8802/',
   skyeyeLoginHost: 'http://192.168.6.42:7000/skyeye-login/#/',
   skyeyePlatformHost: 'http://192.168.6.42:7000/skyeye-pc/#/',