update
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
ENV = 'development'
|
ENV = 'development'
|
||||||
|
|
||||||
# 接口地址
|
# 接口地址
|
||||||
VUE_APP_BASE_API = 'http://localhost:8000'
|
VUE_APP_BASE_API = 'https://el-admin.vip'
|
||||||
VUE_APP_WS_API = 'ws://localhost:8000'
|
VUE_APP_WS_API = 'ws://localhost:8000'
|
||||||
|
|
||||||
# 是否启用 babel-plugin-dynamic-import-node插件
|
# 是否启用 babel-plugin-dynamic-import-node插件
|
||||||
|
|||||||
13
src/App.vue
13
src/App.vue
@@ -6,6 +6,17 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'App'
|
name: 'App',
|
||||||
|
watch: {
|
||||||
|
'$route.path': {
|
||||||
|
handler: function() {
|
||||||
|
if (document.querySelector('.wwads-vertical')) {
|
||||||
|
var ele = document.querySelector('.wwads-vertical').parentElement.parentElement
|
||||||
|
ele.style.maxHeight = 'unset'
|
||||||
|
ele.firstChild.hidden = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export default {
|
|||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.wwads-vertical .wwads-poweredby {
|
//.wwads-vertical .wwads-poweredby {
|
||||||
display: none !important;
|
// display: none !important;
|
||||||
}
|
//}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user