citygis-lhh 6 月之前
父節點
當前提交
897c71d177
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      vite.config.js

+ 0 - 2
vite.config.js

@@ -3,8 +3,6 @@ import { defineConfig } from 'vite';
 import vue from '@vitejs/plugin-vue';
 import postcssPxToViewport from 'postcss-px-to-viewport';
 export default defineConfig({
-  publicDir: 'public',
-  base: './',
   plugins: [vue()],
   server: {
     port: '8090',