ql_apimanager_frontend/vue.config.js
2025-06-06 21:16:01 +08:00

9 lines
203 B
JavaScript

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