-
zhangwei
2024-08-14 ff120d19df422dc6aeb7a35e144d726582aef8f8
src/common/config.js
@@ -1,3 +1,5 @@
//接口请求地址,如果需要不部署接口端的情况下测试uni-app,可以直接替换为官方测试接口:https://ycm.51zhengcai.com http://192.168.0.9:9997'
export const apiBaseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.0.36:5000/':'https://ycm.51zhengcai.com';
export default {
    baseUrl: 'https://uview-plus.lingyun.net'
    baseUrl: apiBaseUrl
}