Commit 0b98d7a2 authored by Cai Wei's avatar Cai Wei

feat(*): 修改配置

parent 58986c0a
...@@ -5,6 +5,7 @@ import path from "path" // 需安装此模块 ...@@ -5,6 +5,7 @@ import path from "path" // 需安装此模块
export default defineConfig(({mode}) => { export default defineConfig(({mode}) => {
const ENV = loadEnv(mode, process.cwd()) const ENV = loadEnv(mode, process.cwd())
return { return {
base: './', // 基础路径配置
plugins: [vue()], plugins: [vue()],
resolve: { resolve: {
alias: { alias: {
......
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