优化部分商品评价无id,以及投诉详情页面展示错误问题

This commit is contained in:
lemon橪
2021-07-22 17:32:33 +08:00
parent 0ea121e59e
commit a6fec5cf70
6 changed files with 50 additions and 21 deletions

View File

@@ -4,12 +4,12 @@
*/
// 开发环境
const dev = {
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
common: 'http://192.168.0.101:8890',
buyer: 'http://192.168.0.101:8888',
seller: 'http://192.168.0.101:8889',
manager: 'http://192.168.0.101:8887'
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
// common: 'http://192.168.0.101:8890',
// buyer: 'http://192.168.0.101:8888',
// seller: 'http://192.168.0.101:8889',
// manager: 'http://192.168.0.101:8887'
};
// 生产环境