|
@@ -39,7 +39,7 @@
|
|
|
</el-dropdown-menu>
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>-->
|
|
</el-dropdown>-->
|
|
|
<!-- <el-divider direction="vertical"></el-divider>-->
|
|
<!-- <el-divider direction="vertical"></el-divider>-->
|
|
|
-<!-- <el-button size="mint" type="primary" style="background-color:rgb(52 106 145);margin-right: 20px;color: #FFFFFF" v-if="usertype == 1 || usertype == 0" @click="$router.push('/serviceDataScreen')">{{$t(`业务数据大屏`)}}</el-button>-->
|
|
|
|
|
|
|
+ <!-- <el-button size="mint" type="primary" style="background-color:rgb(52 106 145);margin-right: 20px;color: #FFFFFF" v-if="usertype == 1 || usertype == 0" @click="$router.push('/serviceDataScreen')">{{$t(`业务数据大屏`)}}</el-button>-->
|
|
|
<svg
|
|
<svg
|
|
|
t="1725853431060"
|
|
t="1725853431060"
|
|
|
class="icon"
|
|
class="icon"
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
langusge: [],
|
|
langusge: [],
|
|
|
nowType: "ZH",
|
|
nowType: "ZH",
|
|
|
languagename: "",
|
|
languagename: "",
|
|
|
- usertype : JSON.parse(sessionStorage.getItem('active_account')).usertype
|
|
|
|
|
|
|
+ usertype: JSON.parse(sessionStorage.getItem("active_account")).usertype,
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
props: ["onRender"],
|
|
props: ["onRender"],
|
|
@@ -161,6 +161,12 @@ export default {
|
|
|
sessionStorage.removeItem(key);
|
|
sessionStorage.removeItem(key);
|
|
|
});
|
|
});
|
|
|
sessionStorage.setItem("active_account", JSON.stringify(item));
|
|
sessionStorage.setItem("active_account", JSON.stringify(item));
|
|
|
|
|
+ await this.basicData.query_userauth(() => {
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ console.log("33333");
|
|
|
|
|
+ this.$router.go(0);
|
|
|
|
|
+ }, 1000);
|
|
|
|
|
+ });
|
|
|
this.siteInfos();
|
|
this.siteInfos();
|
|
|
this.accountInfo = JSON.parse(sessionStorage.getItem("active_account"));
|
|
this.accountInfo = JSON.parse(sessionStorage.getItem("active_account"));
|
|
|
this.accountList = JSON.parse(
|
|
this.accountList = JSON.parse(
|