1
This commit is contained in:
@@ -80,11 +80,12 @@ export const constantRoutes = [
|
||||
]
|
||||
},
|
||||
// 公开评论独立页(不使用 Layout,无侧边栏)
|
||||
{
|
||||
path: '/public/comment',
|
||||
component: () => import('@/views/public/CommentGenerator'),
|
||||
hidden: true
|
||||
},
|
||||
// 功能已暂停对外开放
|
||||
// {
|
||||
// path: '/public/comment',
|
||||
// component: () => import('@/views/public/CommentGenerator'),
|
||||
// hidden: true
|
||||
// },
|
||||
// 公开订单提交页(不使用 Layout,无侧边栏)
|
||||
{
|
||||
path: '/public/order-submit',
|
||||
|
||||
Reference in New Issue
Block a user