瀏覽代碼

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

1004749546@qq.com 4 年之前
父節點
當前提交
b95746ccdd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libs/axios.js

+ 1 - 1
libs/axios.js

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