集团添加优惠站点

This commit is contained in:
BOOL\25024
2024-01-31 15:53:39 +08:00
parent 61c117bff6
commit ad2ecbe20b
3 changed files with 74 additions and 4 deletions

View File

@@ -35,9 +35,10 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
// target: `http://localhost:8080`,
// 更改代理为本地地址
// target: `http://192.168.2.6:8080`,
target: `https://api.jsowellcloud.com`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",