-
zhangwei
2025-03-24 2d43a1df3f5ba42710e6d21c27d1e13bdb8dfd56
src/common/config.js
@@ -1,5 +1,5 @@
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://yocaisim.51zhengcai.com http://192.168.0.9:5000/' 
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.0.9:5000':'https://yocaisim.51zhengcai.com';
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'https://yocaisim.51zhengcai.com':'https://yocaisim.51zhengcai.com';
export default {
    baseUrl: apiBaseUrl
}