Skip to content

Commit 7fad00c

Browse files
authored
The link of document had been expired (vbenjs#2378)
* fix:doc link expired * fix:doc link expired
1 parent 93d4655 commit 7fad00c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Open the project in Gitpod (free online dev environment for GitHub) and start co
4444

4545
## Documentation
4646

47-
[Document](https://vvbin.cn/doc-next/)
47+
[Document](https://doc.vvbin.cn/)
4848

4949
## Preparation
5050

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Vue Vben Admin 是一个免费开源的中后台模版。使用了最新的`vue3
4444

4545
## 文档
4646

47-
[文档地址](https://vvbin.cn/doc-next/)
47+
[文档地址](https://doc.vvbin.cn/)
4848

4949
## 准备
5050

src/router/routes/modules/demo/system.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ const system: AppRouteModule = {
2323
},
2424
component: () => import('/@/views/demo/system/account/index.vue'),
2525
},
26+
{
27+
path: 'country',
28+
name: 'CountryManagement',
29+
meta: {
30+
title: t('routes.demo.system.country'),
31+
ignoreKeepAlive: false,
32+
},
33+
component: () => import('/@/views/demo/system/country/index.vue'),
34+
},
2635
{
2736
path: 'account_detail/:id',
2837
name: 'AccountDetail',

0 commit comments

Comments
 (0)