兼容性问题修改完毕

This commit is contained in:
田岩
2025-10-29 20:00:56 +08:00
parent fe3a90e9c5
commit 9f4b0362bc
9 changed files with 90 additions and 52 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export const get_base_url = (url = '') => {
}
// #endif
// #ifdef APP-PLUS
return ENV.VITE_APP_BASE_API_Url
return 'https://aitstest.jlbank.com.cn:7002' || ENV.VITE_APP_BASE_API_Url
// #endif
} else { // 其他环境,包括生产环境,sit环境,uat环境