Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 19:09:21 +08:00

docs: 新增三级及其以上路由缓存功能的文案提示

This commit is contained in:
pany 2023-10-18 14:42:26 +08:00
parent 9ddcf09dfd
commit a91b8848a9

View File

@ -1,7 +1,23 @@
<template>
<div class="app-container">
<h4>
三级及其以上路由缓存功能默认关闭需要请前往此配置文件中打开
<el-link
type="primary"
href="https://github.com/un-pany/v3-admin-vite/blob/main/src/config/route.ts"
target="_blank"
>
src/config/route.ts
</el-link>
</h4>
<el-card header="二级路由 - menu1">
<router-view />
</el-card>
</div>
</template>
<style lang="scss" scoped>
.el-link {
font-size: 18px;
}
</style>