소스 검색

Merge branch 'feature/asyncOrder' of http://git.aseanbusiness.cn/qzyReal/market-app-ui into feature/asyncOrder

qzyReal 1 년 전
부모
커밋
fe14a1f380
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      common/http.js

+ 1 - 0
common/http.js

@@ -47,6 +47,7 @@ const request = (opt) => {
 			/*******************未授权***************************/
 			if (res.data.code === 401) {
 				uni.removeStorageSync('info');
+				uni.removeStorageSync('token');
 				uni.redirectTo({url:'/pages/login/login'})
 				return;
 			}