v1.9.1 - Issue with ThemeChange management in GanttChart

This commit is contained in:
LINING-PC\lining
2026-02-07 20:44:18 +08:00
parent f93a7abe0f
commit 2bf5bda7d7
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig(({ command }) => ({
plugins: [vue()],
// GitHub Pages 部署时的 base 路径
base: command === 'build' ? '/jordium-gantt-vue3/' : '/',
base: command === 'build' ? './' : '/',
// 开发服务器配置
root: 'demo',
// 构建配置