reset config

master
paulGao 2021-09-24 16:37:33 +08:00
parent 04cc8b991c
commit 9e8f369da4
1 changed files with 1 additions and 27 deletions

View File

@ -13,32 +13,6 @@ export default {
* 用来在菜单中显示文字
*/
useI18n: true,
/**
* @description api请求基础路径
*/
api_dev: {
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
// seller: "https://store-api.pickmall.cn",
// manager: "https://admin-api.pickmall.cn"
common: 'http://192.168.0.111:8890',
buyer: 'http://192.168.0.111:8888',
seller: 'http://192.168.0.111:8889',
manager: 'http://192.168.0.111:8887'
},
api_prod: {
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
seller: "https://store-api.pickmall.cn",
manager: "https://admin-api.pickmall.cn"
},
/**
* @description api请求基础路径前缀
*/
baseUrlPrefix: "/store",
/**
* @description 高德web端申请的api key
*/
@ -56,4 +30,4 @@ export default {
developmentOff: true // 设为true后在开发环境不会收集错误信息方便开发中排查错误
}
}
};
};