Skip to content

Commit 2c9118e

Browse files
committed
演示路由调整
1 parent 440f8d3 commit 2c9118e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/router/modules/jsx.example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes: RouteRecordRaw = {
1414
},
1515
children: [
1616
{
17-
path: 'index',
17+
path: '',
1818
name: 'jsxExampleIndex',
1919
component: () => import('@/views/jsx_example/index.vue'),
2020
meta: {

src/router/modules/mock.example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes: RouteRecordRaw = {
1414
},
1515
children: [
1616
{
17-
path: 'index',
17+
path: '',
1818
name: 'mockExampleIndex',
1919
component: () => import('@/views/mock_example/index.vue'),
2020
meta: {

src/router/modules/permission.example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes: RouteRecordRaw = {
1414
},
1515
children: [
1616
{
17-
path: 'index',
17+
path: '',
1818
name: 'permissionExampleIndex',
1919
component: () => import('@/views/permission_example/index.vue'),
2020
meta: {

src/router/modules/tab.example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const routes: RouteRecordRaw = {
1414
},
1515
children: [
1616
{
17-
path: 'index',
17+
path: '',
1818
name: 'tabExampleIndex',
1919
component: () => import('@/views/tab_example/index.vue'),
2020
meta: {

0 commit comments

Comments
 (0)