fix: 🐛 菜单路由点击卡死,暂时关闭 vue-dev-tools 插件
This commit is contained in:
@@ -128,9 +128,9 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||
// 指定symbolId格式
|
||||
symbolId: "icon-[dir]-[name]",
|
||||
}),
|
||||
VueDevTools({
|
||||
/* VueDevTools({
|
||||
openInEditorHost: `http://localhost:${env.VITE_APP_PORT}`,
|
||||
}),
|
||||
}), */
|
||||
],
|
||||
// 预加载项目必需的组件
|
||||
optimizeDeps: {
|
||||
@@ -147,7 +147,6 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
|
||||
"@wangeditor/editor-for-vue",
|
||||
"vue-i18n",
|
||||
"path-browserify",
|
||||
"exceljs",
|
||||
"element-plus/es/components/form/style/css",
|
||||
"element-plus/es/components/form-item/style/css",
|
||||
"element-plus/es/components/button/style/css",
|
||||
|
||||
Reference in New Issue
Block a user