mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
新增功能介绍列表,优化关于我们页面。新增分享ios应用id配置
This commit is contained in:
@@ -189,7 +189,6 @@ http.interceptors.response.use(
|
||||
/* 请求之后拦截器。可以使用async await 做异步操作 */
|
||||
// token存在并且token过期
|
||||
let token = storage.getAccessToken();
|
||||
console.warn(token)
|
||||
if (
|
||||
(token && response.statusCode === 403) ||
|
||||
response.data.status === 403
|
||||
|
||||
Reference in New Issue
Block a user