Browse Source

fix: 修改webview地址为本地测试地址

ext.zhangbin71 2 days ago
parent
commit
6b783a732c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/app.js

+ 2 - 1
config/app.js

@@ -7,7 +7,8 @@ let share = "https://www.shuibeibyg.com";
 let imgUrl = "https://sb-admin.oss-cn-shenzhen.aliyuncs.com/shuibei-mini/new-mini/" //服務器上图片地址
 let imgUrl = "https://sb-admin.oss-cn-shenzhen.aliyuncs.com/shuibei-mini/new-mini/" //服務器上图片地址
 
 
 // export const H5_BASE_URL = "http://192.168.3.10:5174"; // 本地测试
 // export const H5_BASE_URL = "http://192.168.3.10:5174"; // 本地测试
-export const H5_BASE_URL = "https://www.shuibeibyg.com/web-h5/"; // 正式环境H5地址
+export const H5_BASE_URL = "http://192.168.100.35:5175"; // 本地测试
+// export const H5_BASE_URL = "https://www.shuibeibyg.com/web-h5/"; // 正式环境H5地址
 
 
 // PC 后台 API 地址(用于上传图片)
 // PC 后台 API 地址(用于上传图片)
 export const HTTP_ADMIN_URL = domain;
 export const HTTP_ADMIN_URL = domain;