This commit is contained in:
lSun 2024-12-12 18:56:36 +08:00
parent 7e1901cad1
commit c93de85e4d
2 changed files with 28 additions and 28 deletions

View File

@ -35,8 +35,8 @@ 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://192.168.0.50:8100`,
// target: `http://192.168.0.14:8100`, target: `http://192.168.0.14: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,