mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 00:56:43 +08:00
首页白屏问题处理: 添加token处理 --提交人:阳华祥
This commit is contained in:
@@ -162,6 +162,7 @@ service.interceptors.request.use(
|
||||
// token 不存在初始化处理
|
||||
let token = CacheUtils.getLocItem('token')
|
||||
if (!token) {
|
||||
console.log('token====>>', token)
|
||||
// 设备类型
|
||||
const target = BusinessCommon.device()
|
||||
// 安卓or苹果(非浏览器)
|
||||
|
||||
Reference in New Issue
Block a user