|
|
@@ -216,9 +216,14 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: "邀请开店",
|
|
|
- img: `${this.$constant.imgUrl}/retail/admin/tab-icon-7.png`,
|
|
|
+ img: `${this.$constant.imgUrl}/retail/admin/tab-icon-511.png`,
|
|
|
url: "/admin/interest/my-invite"
|
|
|
},
|
|
|
+ {
|
|
|
+ name: "进货",
|
|
|
+ img: `${this.$constant.imgUrl}/retail/admin/tab-icon-7.png`,
|
|
|
+ url: "/admin/shop/list"
|
|
|
+ },
|
|
|
{
|
|
|
name: "设置",
|
|
|
img: `${this.$constant.imgUrl}/retail/admin/tab-icon-8.png`,
|
|
|
@@ -317,7 +322,9 @@ export default {
|
|
|
},
|
|
|
goToItem(item) {
|
|
|
if (item.name == "数据统计") {
|
|
|
- this.$msg("即将开通...");
|
|
|
+ this.$msg("开发中...");
|
|
|
+ }else if(item.name == "进货"){
|
|
|
+ this.$msg("开发中...");
|
|
|
} else {
|
|
|
this.$util.pageTo(item);
|
|
|
}
|