Commit fdbb0a09 authored by 张俊's avatar 张俊

配置基础目录

parent 38173c47
Pipeline #49594 passed with stage
...@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue' ...@@ -4,6 +4,7 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [vue()], plugins: [vue()],
base:'./',
build:{ build:{
outDir:'dist/zjhl', outDir:'dist/zjhl',
assetsDir:'static' assetsDir:'static'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment