CzRger 2 周之前
父节点
当前提交
8a229949c2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

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