调整绘制背景图

This commit is contained in:
唐明明
2021-09-29 17:29:57 +08:00
parent d782b3932b
commit c0ef649ff5
11 changed files with 7 additions and 16 deletions

View File

@@ -9,10 +9,8 @@ import store from '@/store'
// 基础配置
const config = {
apiUrl : 'http://api.ahxh.shangkelian.cn/api/',
apiUrls : 'http://api.ahxh.shangkelian.cn/',
// apiUrl : 'http://api.ahxh.shangkelian.cn/api/',
// apiUrls : 'http://api.ahxh.shangkelian.cn/',
apiUrl : 'https://oapi.lianshang.vip/api/',
apiUrls : 'https://oapi.lianshang.vip/',
timeout : 60000
}