打包部署相关配置修改
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user