[..缺省图片处理..]

This commit is contained in:
2021-09-30 09:34:16 +08:00
parent f91145d132
commit fb966d9222
2 changed files with 64 additions and 64 deletions

View File

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