修改一些Bug,优化关于我们样式 ,合并版本说明中重复内容

This commit is contained in:
lemon橪
2021-06-11 17:58:49 +08:00
parent 983dbda3e6
commit 2995383d63
12 changed files with 176 additions and 267 deletions

View File

@@ -4,10 +4,10 @@
*/
// 开发环境
const dev = {
// common: 'http://192.168.0.109:8890',
// buyer: 'http://192.168.0.109:8888',
common: "https://common-api.pickmall.cn",
buyer: "https://buyer-api.pickmall.cn",
common: 'http://192.168.0.109:8890',
buyer: 'http://192.168.0.109:8888',
// common: "https://common-api.pickmall.cn",
// buyer: "https://buyer-api.pickmall.cn",
};
// 生产环境
const prod = {