[会员中心修改样式及调节]

This commit is contained in:
2021-10-13 13:11:12 +08:00
parent 3c7ad35631
commit 1e57b9272a
6 changed files with 6642 additions and 6510 deletions

View File

@@ -9,7 +9,8 @@ import store from '@/store'
// 基础配置
const config = {
apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境
// apiUrl : 'https://oapi.lianshang.vip/api/', // 正式环境
apiUrl : 'http://api.ahxh.shangkelian.cn/api/', // 测试环境
apiUrls : 'https://storage.lianshang.vip/', // 图片路径(测试/正式)
timeout : 60000
}