mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-05-06 15:44:41 +08:00
refactor(router): remove unused message template route
This commit is contained in:
@@ -159,12 +159,7 @@ export const otherRouter = {
|
|||||||
name: "member-group",
|
name: "member-group",
|
||||||
component: () => import("@/views/member/group/index.vue")
|
component: () => import("@/views/member/group/index.vue")
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "message-template",
|
|
||||||
title: "消息模版",
|
|
||||||
name: "message-template",
|
|
||||||
component: () => import("@/views/sys/message/messageTemplate.vue")
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
path: "goods/goods-info/goodsDetail",
|
path: "goods/goods-info/goodsDetail",
|
||||||
|
|||||||
Reference in New Issue
Block a user