This commit is contained in:
marsal wang
2023-08-15 14:04:34 +08:00
parent f24b5feab2
commit 775dd4bda7
4 changed files with 150 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module.exports = defineConfig({
transpileDependencies: true,
// 基本路径
// publicPath: "./",s
// publicPath: process.env.NODE_ENV === 'production' ? '/h5/rescue': '/dev/h5/rescue',
publicPath: '/h5/supplier/dispatch',
// publicPath: process.env.NODE_ENV === 'production' ,
// lintOnSave: process.env.NODE_ENV === 'development',
devServer: {