This commit is contained in:
Zheng Jie
2022-07-29 13:08:01 +08:00
parent 55acfe0fdc
commit 64c577430e
2 changed files with 1 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
<div
class="wwads-cn wwads-vertical"
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">
<span v-html="$store.state.settings.footerTxt" />

View File

@@ -15,11 +15,6 @@ router.beforeEach((to, from, next) => {
if (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()
if (getToken()) {
// 已登录且要跳转的页面是登录页