Skip to content

Commit 3e21722

Browse files
authored
Merge pull request #116 from fit2cloudwxx/@pr_perf_text
perf: 优化提示和待办描述
2 parents 3d28d25 + a2b5add commit 3e21722

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ui/src/router/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const routes: Array<RouteRecordRaw> = [
1111
component: () => import('@/layout/app-layout/index.vue'),
1212
redirect: '/application',
1313
children: [
14+
// TODO 待处理
1415
// {
1516
// path: '/first',
1617
// name: 'first',

ui/src/views/404/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<el-col class="message-container" :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
55
<div class="title">404</div>
66
<div class="message">很抱歉,无法访问应用!</div>
7+
<!-- TODO 暂时不处理 -->
78
<!-- <div class="operate"><el-button type="primary" @click="router.push('/')">返回首页</el-button></div> -->
89
</el-col>
910
</el-row>

0 commit comments

Comments
 (0)