feat:代码提交

feature1.3
吴延福 2025-08-22 16:16:08 +08:00
parent b33b533dac
commit db19ba037b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const resolve = (dir) => {
return path.join(__dirname, dir); return path.join(__dirname, dir);
}; };
module.exports = defineConfig({ module.exports = defineConfig({
publicPath: "./", publicPath: process.env.VUE_APP_EXPOSES_URL,
productionSourceMap: process.env.NODE_ENV !== "production", productionSourceMap: process.env.NODE_ENV !== "production",
transpileDependencies: true, transpileDependencies: true,
lintOnSave: true, // 在保存时校验格式 lintOnSave: true, // 在保存时校验格式