Merge branch 'cloud' into dev0731

This commit is contained in:
BOE\10867418
2023-08-10 17:27:04 +08:00
9 changed files with 68 additions and 1284 deletions

View File

@@ -25,7 +25,7 @@
var href=location.href;
//不包含登录页和加载页
if(href.indexOf('/pages/login/login')==-1 && href.indexOf('/pages/login/loading')==-1){
console.log('href='+href)
//console.log('href='+href)
//先做登录校验
//每次加载增加一次对token的验证直接调用用户中心的接口,如果token不对这里会直接返回登录
//apiUserbasic.getUserInfo();