mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 06:57:11 +08:00
fix: 修复了开发环境下,点击使用了GiTable菜单自动刷新页面的问题
This commit is contained in:
@@ -24,6 +24,10 @@ export default defineConfig(({ command, mode }) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// 添加需要vite优化的依赖
|
||||||
|
optimizeDeps: {
|
||||||
|
include: ['vue-draggable-plus']
|
||||||
|
},
|
||||||
server: {
|
server: {
|
||||||
// 服务启动时是否自动打开浏览器
|
// 服务启动时是否自动打开浏览器
|
||||||
open: true,
|
open: true,
|
||||||
|
Reference in New Issue
Block a user