修改路由规则.

This commit is contained in:
lijiahang
2025-03-07 15:50:26 +08:00
parent a1dd9eec01
commit 05bc6c1fbb
6 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ const $vue.moduleConst: AppRouteRecordRaw = {
children: [
{
name: '$vue.featureEntityFirstLower',
path: '/$vue.feature',
path: '/$vue.module/$vue.feature',
component: () => import('@/views/$vue.module/$vue.feature/index.vue'),
},
],