perf: mobile style adjustment

This commit is contained in:
vben
2020-12-05 16:14:27 +08:00
parent b884654761
commit 1899146f71
13 changed files with 114 additions and 64 deletions

View File

@@ -75,6 +75,7 @@ export function createVitePlugins(viteEnv: ViteEnv) {
createMockServer({
ignore: /^\_/,
mockPath: 'mock',
showTime: true,
})
);
}