配置文件

This commit is contained in:
cwchen 2025-02-11 14:19:47 +08:00
parent 3c84f7c76a
commit b4da1ddc80
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.50:8100`, target: `http://127.0.0.1:8100`,
// target: `http://192.168.0.14:8001`, // target: `http://192.168.0.14:8001`,
// target: `http://192.168.2.146:8100`, // target: `http://192.168.2.146:8100`,
changeOrigin: true, changeOrigin: true,