feat():增加导出功能

master
zhang chengzhi 2024-08-13 18:48:39 +08:00
parent 69ab7fe03d
commit 92d1352b05
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://106.54.199.209`,
target: `http://106.54.199.209/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''