From fdbb0a096403ed5658674ff0156b9992fab1550a Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Mon, 28 Jun 2021 15:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=9F=BA=E7=A1=80=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index e35d7b6..264825e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], + base:'./', build:{ outDir:'dist/zjhl', assetsDir:'static' -- 2.26.0