txw/txw-kxtfwzx-web/proxy.js
liulujian 73076dea45 新增 txw-kxtfwzx-web 可信服务前端
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-03 13:50:26 +08:00

14 lines
266 B
JavaScript

const CONTEXT = process.env.VUE_APP_API_BASE_URL;
const CONTEXT_REWRITE = `^${CONTEXT}`;
module.exports = {
proxy: {
[CONTEXT]: {
target: 'http://86.20.164.120:8081', // 房土
pathRewrite: {
[CONTEXT_REWRITE]: '',
},
},
},
};