公告板
版本库
filestore
活动
搜索
登录
main
/
temporaryworker
小镇临时工
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
打卡
zhangwei
2024-08-27
71d2e42ae642cecb5e8f6776c702cd20bafe6c01
[temporaryworker.git]
/
src
/
common
/
config.js
1
2
3
4
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: apiBaseUrl
}