Browse Source

fix:请求路径调整;

zhangchong 1 year ago
parent
commit
057145d508
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/utils/appConfig.ts

+ 2 - 2
src/utils/appConfig.ts

@@ -1,7 +1,7 @@
 
-let apiUrl = 'http://hotline.fw.com', // 默认请求地址
+let apiUrl = 'http://110.188.24.28:50100', // 默认请求地址
     identityUrl = 'http://identity.fengwo.com',// 身份认证地址
-    socketUrl = 'http://192.168.100.223:50110/hubs/hotline',// socket地址
+    socketUrl = 'http://110.188.24.28:50100/hubs/hotline',// socket地址
     uploadUrl = 'http://192.168.100.223:50110/hubs/hotline'// 上传地址
 switch (import.meta.env.VITE_MODE_NAME) {
     case 'development': // 开发环境