Explorar el Código

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

1004749546@qq.com hace 4 años
padre
commit
b95746ccdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,