diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 3d5b3fa..a8ae1a3 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -8,21 +8,21 @@
-
+
-
-
-
-
库存盘点
-
-
-
-
更多
-
-
+ + + + + + + + + +
@@ -33,6 +33,7 @@ export default { methods: { picClick(name) { const r = this.$store.getters.opts.find(item => item.name === name) + console.log(r) this.$router.push(r.router.path) } }