Explorar el Código

跳转打印设置

Funny hace 2 años
padre
commit
ca3377e2e6
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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() {