diff --git a/README.md b/README.md index d686aa654..99875c494 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Open the project in Gitpod (free online dev environment for GitHub) and start co ## Documentation -[Document](https://vvbin.cn/doc-next/) +[Document](https://doc.vvbin.cn/) ## Preparation diff --git a/README.zh-CN.md b/README.zh-CN.md index 408af3cc8..ebf7f0658 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -44,7 +44,7 @@ Vue Vben Admin 是一个免费开源的中后台模版。使用了最新的`vue3 ## 文档 -[文档地址](https://vvbin.cn/doc-next/) +[文档地址](https://doc.vvbin.cn/) ## 准备 diff --git a/src/router/routes/modules/demo/system.ts b/src/router/routes/modules/demo/system.ts index 66e19da23..d897d5b84 100644 --- a/src/router/routes/modules/demo/system.ts +++ b/src/router/routes/modules/demo/system.ts @@ -23,6 +23,15 @@ const system: AppRouteModule = { }, component: () => import('/@/views/demo/system/account/index.vue'), }, + { + path: 'country', + name: 'CountryManagement', + meta: { + title: t('routes.demo.system.country'), + ignoreKeepAlive: false, + }, + component: () => import('/@/views/demo/system/country/index.vue'), + }, { path: 'account_detail/:id', name: 'AccountDetail',