打包:
在vue.config.js文件中
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
// 添加以下三个属性
assetsDir: 'static',
parallel: false,
publicPath: './',
})
在vue.config.js文件中
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
// 添加以下三个属性
assetsDir: 'static',
parallel: false,
publicPath: './',
})