-
zhangwei
2025-11-11 ec90cbd7680a6f927cb1cea43f33ab7df6d0864c
src/common/setting/constVarsHelper.js
@@ -3,11 +3,11 @@
 *  @version 1.0.0
 */
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://ycm.51zhengcai.com http://192.168.0.9:9997'
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.0.9:5000/':'https://ycm.51zhengcai.com';
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://yocaisim.51zhengcai.comhttp://192.168.18.9:5000
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://yocaisim.51zhengcai.com':'https://yocaisim.51zhengcai.com';
//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://ycm.51zhengcai.com' http://192.168.0.36:2015
export const apiFilesUrl = 'https://ycm.51zhengcai.com';
//项目静态资源请求地址,如果使用官方的静态文件地址可以直接替换为:https://yocaisim.51zhengcai.com' http://192.168.18.9:5000 http://192.168.0.31:5000 https://test.tyrys.top:8098
export const apiFilesUrl = 'https://yocaisim.51zhengcai.com';
//支付单类型
export const paymentType = {