[版本更新]

This commit is contained in:
zhangjing
2021-06-10 15:12:48 +08:00
parent b420399fd8
commit e3b1e0fe99
12 changed files with 45 additions and 28 deletions

View File

@@ -2,8 +2,9 @@ import {errInfo} from './err'
import {updToken} from './updateToken'
// 请求方式配置
// https://card.ysd-bs.com 正式地址
const api = "https://lifetest.ysd-bs.com/api/" //测试地址
// https://lifetest.ysd-bs.com //测试地址
// https://card.ysd-bs.com
const api = "https://lifetest.ysd-bs.com/api/" //正式地址
const header = {
"Accept" : "application/json"
}