Merge pull request #116 from fit2cloudwxx/@pr_perf_text

perf: 优化提示和待办描述
This commit is contained in:
maninhill 2024-04-16 08:55:25 +08:00 committed by GitHub
commit 3e21722277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export const routes: Array<RouteRecordRaw> = [
component: () => import('@/layout/app-layout/index.vue'),
redirect: '/application',
children: [
// TODO 待处理
// {
// path: '/first',
// name: 'first',

View File

@ -4,6 +4,7 @@
<el-col class="message-container" :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
<div class="title">404</div>
<div class="message">很抱歉无法访问应用</div>
<!-- TODO 暂时不处理 -->
<!-- <div class="operate"><el-button type="primary" @click="router.push('/')">返回首页</el-button></div> -->
</el-col>
</el-row>