|
|
@@ -7,7 +7,8 @@ let share = "https://www.shuibeibyg.com";
|
|
|
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 = "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 地址(用于上传图片)
|
|
|
export const HTTP_ADMIN_URL = domain;
|