taiji_caozhaorui 2 weeks ago
parent
commit
ea411e1c95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.ts

+ 1 - 1
vite.config.ts

@@ -63,7 +63,7 @@ export default defineConfig(({ mode, command }) => {
     },
     build: {
       cssTarget: 'chrome83', // 将编译的css版本进行chrome83版本适应
-      outDir: 'czr-ui',
+      outDir: 'study-ipad',
       rollupOptions: {
         //分包优化
         output: {