修改打包路径

This commit is contained in:
wyx
2023-01-18 10:41:23 +08:00
parent efc76cde13
commit 4208524c66

View File

@@ -8,6 +8,6 @@
*/
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: "/student-h5",
publicPath: process.env.VITE_BASE,
transpileDependencies: true
})