1
This commit is contained in:
@@ -85,6 +85,12 @@ export const constantRoutes = [
|
||||
component: () => import('@/views/public/CommentGenerator'),
|
||||
hidden: true
|
||||
},
|
||||
// 订单搜索工具(内部使用,不易被发现的路径)
|
||||
{
|
||||
path: '/tools/order-search',
|
||||
component: () => import('@/views/public/OrderSearch'),
|
||||
hidden: true
|
||||
},
|
||||
// 公开订单提交页(不使用 Layout,无侧边栏)
|
||||
{
|
||||
path: '/public/order-submit',
|
||||
|
||||
Reference in New Issue
Block a user