perf: perf menu mini style

This commit is contained in:
vben
2020-10-21 21:44:57 +08:00
parent 8b3a4d37a8
commit 66acb21edd
10 changed files with 84 additions and 27 deletions

View File

@@ -19,7 +19,8 @@ import { genRouteModule, transformObjToRoute } from '/@/utils/helper/routeHelper
import { transformRouteToMenu } from '/@/utils/helper/menuHelper';
import { useMessage } from '/@/hooks/web/useMessage';
import { warn } from 'vue';
import { warn } from '/@/utils/log';
const { createMessage } = useMessage();
const NAME = 'permission';
hotModuleUnregisterModule(NAME);