diff --git a/src/router/routes/basic.ts b/src/router/routes/basic.ts index 58ae6ea7..53e5ca5f 100644 --- a/src/router/routes/basic.ts +++ b/src/router/routes/basic.ts @@ -23,6 +23,16 @@ export const PAGE_NOT_FOUND_ROUTE: AppRouteRecordRaw = { hideMenu: true, }, }, + { + path: '/welcome', + name: PAGE_NOT_FOUND_NAME, + component: EXCEPTION_COMPONENT, + meta: { + title: 'Welcome', + hideBreadcrumb: true, + hideMenu: true, + }, + }, ], }; diff --git a/src/views/demo/system/specialcolumn/Modal/index.vue b/src/views/demo/system/specialcolumn/Modal/index.vue index 14e67206..4d32c090 100644 --- a/src/views/demo/system/specialcolumn/Modal/index.vue +++ b/src/views/demo/system/specialcolumn/Modal/index.vue @@ -2,6 +2,8 @@ - + 启用 停用 - + + + + 开放 不开放 +