Sfoglia il codice sorgente

跳转打印设置

Funny 2 anni fa
parent
commit
ca3377e2e6
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      src/views/home.vue

+ 1 - 4
src/views/home.vue

@@ -91,10 +91,7 @@ export default {
     },
     goPrinter() {
       this.$router.push({
-        name: "waimai",
-        params: {
-          tabNum: 2,
-        },
+        name: "print",
       });
     },
     loginOut() {