Commit 1132c65a by 刘泽奇

123

parent 73104235
...@@ -46,11 +46,14 @@ ...@@ -46,11 +46,14 @@
.activeColor { .activeColor {
color: deepskyblue; color: deepskyblue;
} }
.global-loading{
z-index: 5555 !important;
}
</style> </style>
</head> </head>
<body> <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"> style="visibility:hidden">
<div class="jc_hd"></div> <div class="jc_hd"></div>
<transition name="slide-fade"> <transition name="slide-fade">
......
...@@ -102,7 +102,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -102,7 +102,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
"actionType": "", "actionType": "",
"requrl": '', "requrl": '',
}, },
loading: true, loading: false,
logins: [], logins: [],
editableTabs2: [ editableTabs2: [
{ {
...@@ -126,7 +126,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -126,7 +126,6 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
catas: [ catas: [
], ],
loading: false,
items: [ items: [
], ],
logins: [ logins: [
...@@ -174,7 +173,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => { ...@@ -174,7 +173,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
$("#app").css("min-height", $(window).height()); $("#app").css("min-height", $(window).height());
}); });
$("#app").css("visibility", 'visible'); $("#app").css("visibility", 'visible');
this.loading = false; this.loading = false;
this.channelName = location.hash.split('/')[1]; this.channelName = location.hash.split('/')[1];
}, },
updated() { 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