diff --git a/src/menu/index.js b/src/menu/index.js index 9de0d79f..0f16a72b 100644 --- a/src/menu/index.js +++ b/src/menu/index.js @@ -10,8 +10,8 @@ const demoPlugins = { title: '模拟数据', children: [ { path: `${pre}mock/ajax`, title: '拦截异步请求' }, - { path: `${pre}mock/dpd`, title: 'DPD规则' }, - { path: `${pre}mock/dtd`, title: 'DTD规则' } + { path: `${pre}mock/dpd`, title: 'DPD 规则' }, + { path: `${pre}mock/dtd`, title: 'DTD 规则' } ] }, { @@ -40,8 +40,8 @@ const demoPlugins = { }, { path: `${pre}build`, title: '环境区分' }, { path: `${pre}clipboard-polyfill`, title: '剪贴板访问' }, - { path: `${pre}js-cookie`, title: 'cookie读写' }, - { path: `${pre}timeago`, title: '计算已经过去的时间' } + { path: `${pre}js-cookie`, title: 'Cookie 读写' }, + { path: `${pre}timeago`, title: '时间差计算' } ])('/demo/plugins/') } diff --git a/src/pages/demo/plugins/build/index.vue b/src/pages/demo/plugins/build/index.vue index 90f3fb16..08f640cf 100644 --- a/src/pages/demo/plugins/build/index.vue +++ b/src/pages/demo/plugins/build/index.vue @@ -1,8 +1,6 @@ \ No newline at end of file diff --git a/src/pages/demo/plugins/clipboard-polyfill/index.vue b/src/pages/demo/plugins/clipboard-polyfill/index.vue index d63e0f6e..c838df39 100644 --- a/src/pages/demo/plugins/clipboard-polyfill/index.vue +++ b/src/pages/demo/plugins/clipboard-polyfill/index.vue @@ -1,6 +1,6 @@