fix: 挂账管理更新,邀请列表更新,店铺配置更新
This commit is contained in:
@@ -71,6 +71,18 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
title: "挂账管理",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "credit-detail",
|
||||
name: "creditDetail",
|
||||
component: () => import("@/views/data/credit/detail.vue"),
|
||||
meta: {
|
||||
title: "挂账明细",
|
||||
affix: false,
|
||||
keepAlive: true,
|
||||
hidden: true
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -142,7 +154,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
},
|
||||
{
|
||||
path: "log",
|
||||
component: () => import("@/views/shop/log.vue"),
|
||||
component: () => import("@/views/shop/log/index.vue"),
|
||||
name: "shopLog",
|
||||
meta: {
|
||||
title: "操作日志",
|
||||
@@ -386,7 +398,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
},
|
||||
{
|
||||
path: "invite",
|
||||
component: () => import("@/views/application/marketing/invite.vue"),
|
||||
component: () => import("@/views/application/marketing/share/index.vue"),
|
||||
name: "invite",
|
||||
meta: {
|
||||
title: "邀请裂变",
|
||||
@@ -578,7 +590,7 @@ export const constantRoutes: RouteRecordRaw[] = [
|
||||
component: () => import("@/views/inventory/operation_in/index.vue"),
|
||||
name: "operation_in",
|
||||
meta: {
|
||||
title: "入库",
|
||||
title: "出入库",
|
||||
affix: false,
|
||||
hidden: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user