feat: 移除 mockjs 以及相关示例

This commit is contained in:
FairyEver
2020-05-07 13:52:35 +08:00
parent a1b396ee3b
commit 804f66eb05
25 changed files with 421 additions and 731 deletions

View File

@@ -4,16 +4,6 @@ export default {
icon: 'plug',
children: (pre => [
{ path: `${pre}index`, title: '插件', icon: 'home' },
{
path: `${pre}mock`,
title: '模拟数据',
icon: 'globe',
children: [
{ path: `${pre}mock/ajax`, title: '拦截异步请求' },
{ path: `${pre}mock/dpd`, title: 'DPD 规则' },
{ path: `${pre}mock/dtd`, title: 'DTD 规则' }
]
},
{
path: `${pre}import`,
title: '导入',