12.29(配件领料

This commit is contained in:
Hong
2023-12-29 18:38:35 +08:00
parent 055ca78d93
commit 1e31a54fbb
9 changed files with 493 additions and 61 deletions

View File

@@ -1,8 +1,10 @@
// 应用全局配置
module.exports = {
baseUrl: 'https://mall.lianxianke.cn/car_app_api',
//正式
// baseUrl: 'https://mall.lianxianke.cn/car_app_api',
TOKENNAME: 'Authori-zation',
// baseUrl: 'http://10.0.21.127:8080/lxk',
//薛磊测试
baseUrl: 'http://192.168.31.226:8081/car_app_api',
fileUploadUrl: 'https://mall.lianxianke.cn/car_app_api/api/front/upload/image',
WebSocketUrl: 'ws://121.199.24.205:9107/lxk/websocket',
WebSocketOpen: false,