|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
{
|
|
|
name: "数据统计",
|
|
|
img: `${this.$constant.imgUrl}/retail/admin/tab-icon-5.png`,
|
|
|
- url: "/admin/statistics/index"
|
|
|
+ url: "/admin/statistics/demo"
|
|
|
},
|
|
|
{
|
|
|
name: "员工",
|
|
|
@@ -325,13 +325,9 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
goToItem(item) {
|
|
|
- if (item.name == "数据统计") {
|
|
|
- this.$msg("开发中...");
|
|
|
- } else if (item.name == "进货") {
|
|
|
- this.$msg("开发中...");
|
|
|
- } else {
|
|
|
+
|
|
|
this.$util.pageTo(item);
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
};
|