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