Browse Source

Merge branch 'deploy' of http://git.chelingzhu.com/chelingzhu-web/qhsxKx-mini-html into deploy

1004749546@qq.com 4 years ago
parent
commit
b95746ccdd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/axios.js

+ 1 - 1
libs/axios.js

@@ -53,7 +53,7 @@ const request = (opts, hasToken) => {
 						uni.setStorageSync('loginTimeOut', 'YES');
 					}
 					// 503
-					if(ret.status == '503'){
+					if(ret.status == '503'||ret.status == '900'){
 						uni.showToast({
 							icon:'none',
 							title: ret.message,