ql_apimanager_frontend/vue.config.js
2025-05-27 15:01:40 +08:00

7 lines
201 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: process.env.BRANCH_PATH || '/', // 👈 支持动态子路径部署
transpileDependencies: true
})