From 874441360e47cde4643693dbd8fe39106f23d4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Fri, 16 Feb 2018 21:38:35 +0800 Subject: [PATCH] no message Former-commit-id: 0481756ef77821c24cb2ceb67826a4685f322ff3 Former-commit-id: b0f825964517a482014436c3da5664bb8027fd07 Former-commit-id: 4365d44f8a4e009b14e7dda5fe3478b546cd66a4 --- src/router/menu/_plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/menu/_plugin.js b/src/router/menu/_plugin.js index 39edbfdb..391adf38 100644 --- a/src/router/menu/_plugin.js +++ b/src/router/menu/_plugin.js @@ -108,7 +108,7 @@ export const menu = { icon: 'book', children: [ { - title: '示例 1', + title: '演示页面 1', icon: 'file-o', path: 'vue-i18n/demo-1', name: 'demo-plugins-vue-i18n-demo-1', @@ -118,7 +118,7 @@ export const menu = { component: resolve => { require(['@/pages/demo/plugins/vue-i18n/demo-1.vue'], resolve) } }, { - title: '示例 2', + title: '演示页面 2', icon: 'file-o', path: 'vue-i18n/demo-2', name: 'demo-plugins-vue-i18n-demo-2',