We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7ed3c commit a2b5addCopy full SHA for a2b5add
ui/src/router/routes.ts
@@ -11,6 +11,7 @@ export const routes: Array<RouteRecordRaw> = [
11
component: () => import('@/layout/app-layout/index.vue'),
12
redirect: '/application',
13
children: [
14
+ // TODO 待处理
15
// {
16
// path: '/first',
17
// name: 'first',
ui/src/views/404/index.vue
@@ -4,6 +4,7 @@
4
<el-col class="message-container" :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
5
<div class="title">404</div>
6
<div class="message">很抱歉,无法访问应用!</div>
7
+ <!-- TODO 暂时不处理 -->
8
<!-- <div class="operate"><el-button type="primary" @click="router.push('/')">返回首页</el-button></div> -->
9
</el-col>
10
</el-row>
0 commit comments