Delay loading and toast 待æDone

This commit is contained in:
chiayin
2023-02-16 15:00:16 +08:00
parent 819199864d
commit a20c22dcae
7 changed files with 89 additions and 25 deletions

View File

@@ -47,7 +47,7 @@ export default {
// navViewName: {
// files: ['all', 'discover', 'compare', 'design'],
// },
navViewName: '',
// navViewName: '',
};
},
setup() {
@@ -65,9 +65,9 @@ export default {
this.showNavbarBreadcrumb = this.$route.matched[0].name !== ('AuthContainer')? true : false;
},
methods: {
switchNavView(name) {
this.navViewName = name;
},
// switchNavView(name) {
// this.navViewName = name;
// },
switchNavItem(event) {
this.store.filesTag = event.target.innerText;
}