diff --git a/frontend/src/config/router.config.js b/frontend/src/config/router.config.js
index 339cd6f..6adca4e 100644
--- a/frontend/src/config/router.config.js
+++ b/frontend/src/config/router.config.js
@@ -10,12 +10,12 @@ export const constantRouterMap = [
{
path: 'testc',
name: 'testc',
- component: { template: '
ccc
' }
+ component: { template: '这是设置内一
' }
},
{
path: '/testd',
name: 'testd',
- component: { template: 'ddd
' }
+ component: { template: '这是设置内二
' }
}
]
},
diff --git a/frontend/src/views/Contenta.vue b/frontend/src/views/Contenta.vue
index 9ca893f..d070239 100644
--- a/frontend/src/views/Contenta.vue
+++ b/frontend/src/views/Contenta.vue
@@ -1,6 +1,6 @@
-
aaaaa
+ 这是首页内一
diff --git a/frontend/src/views/Contentb.vue b/frontend/src/views/Contentb.vue
index 72c9a94..4cc4946 100644
--- a/frontend/src/views/Contentb.vue
+++ b/frontend/src/views/Contentb.vue
@@ -1,6 +1,6 @@
-
bbbbb
+ 这是首页内二