From 5219d33c39c7d102298b94a7c417440a1c8b9190 Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 18 Dec 2020 15:37:12 +0800 Subject: [PATCH] 1 --- frontend/src/config/router.config.js | 4 ++-- frontend/src/views/Contenta.vue | 2 +- frontend/src/views/Contentb.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 @@ 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 @@