mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 10:12:51 +00:00
Merge pull request #116 from fit2cloudwxx/@pr_perf_text
perf: 优化提示和待办描述
This commit is contained in:
commit
3e21722277
|
|
@ -11,6 +11,7 @@ export const routes: Array<RouteRecordRaw> = [
|
|||
component: () => import('@/layout/app-layout/index.vue'),
|
||||
redirect: '/application',
|
||||
children: [
|
||||
// TODO 待处理
|
||||
// {
|
||||
// path: '/first',
|
||||
// name: 'first',
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue