Browse Source

修改后端路径

master
15216746163@163.com 2 years ago
parent
commit
45050ed29d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      digital-park-web/digital-park/vue.config.js

+ 2
- 2
digital-park-web/digital-park/vue.config.js View File

@@ -23,8 +23,8 @@ module.exports = {
disableHostCheck: true,
proxy: {
"/domain": {
target: "http://localhost:80",
// target: "http://192.168.18.236:18888/",
// target: "http://localhost:80",
target: "http://192.168.18.236:18888/",
// target: "http://192.168.30.48:18888/",
// target: "http://192.168.18.138:18888/",
changeOrigin: true,

Loading…
Cancel
Save