File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
src/router/routes/modules/demo Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments