fix(project): 移除订单路由兼容别名
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s
This commit is contained in:
@@ -14,7 +14,6 @@ const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
name: 'OrderAll',
|
||||
path: '/order/list',
|
||||
alias: ['/order/all'],
|
||||
component: () => import('#/views/order/all/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:list-ordered',
|
||||
|
||||
Reference in New Issue
Block a user