src/components/foot.vue
@@ -112,16 +112,6 @@ mounted() {}, methods: { goRouter(url, index) { if (index === 2 || index === 3 || index === 4 || index === 5) { if ( window.localStorage.getItem("USERTOKEN") === "" || window.localStorage.getItem("USERTOKEN") == null || window.localStorage.getItem("USERTOKEN") == undefined ) { this.$emit("close"); return; } } this.touch = index; setTimeout(() => { this.touch = 0;