update
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<div
|
<div
|
||||||
class="wwads-cn wwads-vertical"
|
class="wwads-cn wwads-vertical"
|
||||||
data-id="148"
|
data-id="148"
|
||||||
style="z-index:10000;position:fixed;bottom:0;right:10px;max-width:180px;padding:10px;border-radius:5px;"
|
style="z-index:10000;position:fixed;bottom:0;right:0;max-width:200px;padding:10px;border-radius:5px;"
|
||||||
/>
|
/>
|
||||||
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
|
<div v-if="$store.state.settings.showFooter" id="el-main-footer">
|
||||||
<span v-html="$store.state.settings.footerTxt" />
|
<span v-html="$store.state.settings.footerTxt" />
|
||||||
|
|||||||
@@ -15,11 +15,6 @@ router.beforeEach((to, from, next) => {
|
|||||||
if (to.meta.title) {
|
if (to.meta.title) {
|
||||||
document.title = Config.title + ' - ' + to.meta.title
|
document.title = Config.title + ' - ' + to.meta.title
|
||||||
}
|
}
|
||||||
if (document.querySelector('.wwads-vertical')) {
|
|
||||||
var ele = document.querySelector('.wwads-vertical').parentElement.parentElement
|
|
||||||
ele.style.maxHeight = 'unset'
|
|
||||||
ele.firstChild.hidden = true
|
|
||||||
}
|
|
||||||
NProgress.start()
|
NProgress.start()
|
||||||
if (getToken()) {
|
if (getToken()) {
|
||||||
// 已登录且要跳转的页面是登录页
|
// 已登录且要跳转的页面是登录页
|
||||||
|
|||||||
Reference in New Issue
Block a user