打包部署相关配置修改

This commit is contained in:
付民康
2025-03-13 20:15:13 +08:00
parent 5cd9ba0f35
commit e52022c004
4 changed files with 18 additions and 17 deletions

View File

@@ -12,6 +12,7 @@ const fs = require('node:fs')
export default (config: any) => {
const env = loadEnv(config.mode, process.cwd());
return defineConfig({
base: '/openRepoPortal/', // 确保与 Nginx 配置匹配
plugins: [
vue({
template: {