修改打包路径

This commit is contained in:
wyx
2023-01-18 10:41:54 +08:00
parent 5fdf0fb263
commit 3a3701f5d9

View File

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