Commit c03133eb by 李乾广

修改bug

1 parent d9f65254
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
// publicPath: process.env.NODE_ENV === 'production' ? '/vion-player' : '/',
publicPath: '/',
publicPath: "/",
outputDir: "vionPlayer",
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!