Compare commits

..

2 Commits

Author SHA1 Message Date
JIAL f17502cf53 Merge branch 'main' of http://jialcheerful.club:3000/xd/JNBusiness 2024-06-19 14:04:38 +08:00
JIAL 7df5be2da6 mobile quot 2024-06-19 14:04:31 +08:00
1 changed files with 5 additions and 0 deletions

View File

@ -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);