diff --git a/ruoyi-ui/src/views/mobile/index.vue b/ruoyi-ui/src/views/mobile/index.vue index 19f5fd2..f0c6f3e 100644 --- a/ruoyi-ui/src/views/mobile/index.vue +++ b/ruoyi-ui/src/views/mobile/index.vue @@ -85,6 +85,11 @@ export default { created() { console.log("hello world") }, + mounted() { + this.$store.dispatch('app/toggleSideBarHide', true); + document.querySelector('.navbar').style.display = "none"; + document.querySelector('.tags-view-container').style.display = "none" + }, methods: { handleClick(appName) { console.log(appName);