邀请码页面绘制

This commit is contained in:
zhangmanman
2021-09-29 16:52:53 +08:00
parent 88b0303188
commit c7d08d238c
4 changed files with 49 additions and 35 deletions

View File

@@ -9,11 +9,11 @@ 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://oapi.lianshang.vip/',
// 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/',
timeout : 60000
}