Commit 1132c65a by 刘泽奇

123

parent 73104235
......@@ -46,11 +46,14 @@
.activeColor {
color: deepskyblue;
}
.global-loading{
z-index: 5555 !important;
}
</style>
</head>
<body>
<div id="app" v-loading.fullscreen.lock="loading" element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main"
<div id="app" v-loading.fullscreen.lock="loading" customClass="global-loading" element-loading-background="rgba(0, 0, 0, 0.8)" class="app-main"
style="visibility:hidden">
<div class="jc_hd"></div>
<transition name="slide-fade">
......
......@@ -102,7 +102,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
"actionType": "",
"requrl": '',
},
loading: true,
loading: false,
logins: [],
editableTabs2: [
{
......@@ -126,7 +126,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
catas: [
],
loading: false,
items: [
],
logins: [
......@@ -174,7 +173,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
$("#app").css("min-height", $(window).height());
});
$("#app").css("visibility", 'visible');
this.loading = false;
this.loading = false;
this.channelName = location.hash.split('/')[1];
},
updated() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment