shish hace 6 años
padre
commit
2d1f45e283
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      store/src/admin/home/workbench.vue

+ 1 - 1
store/src/admin/home/workbench.vue

@@ -317,7 +317,7 @@ export default {
       if (item.name == "数据统计") {
       if (item.name == "数据统计") {
         this.$msg("即将开通...");
         this.$msg("即将开通...");
       } else {
       } else {
-        pageTo(item);
+        this.$util.pageTo(item);
       }
       }
     }
     }
   }
   }