@@ -77,7 +77,7 @@ export default defineConfig(({ mode, command }) => {
},
build: {
target: 'esnext',
- outDir: 'smart-ask-answer-web',
+ outDir: env.VITE_BASE,
rollupOptions: {
//分包优化
output: {