Commit d9f65254 by Tianqing Liu

chore: 打包路径优化

1 parent a47bcdee
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/',
// publicPath: process.env.NODE_ENV === 'production' ? '/vion-player' : '/',
publicPath: '/',
transpileDependencies: true,
devServer: {
port: 9091,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!