Ver código fonte

修改后端路径

master
15216746163@163.com 3 anos atrás
pai
commit
45050ed29d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      digital-park-web/digital-park/vue.config.js

+ 2
- 2
digital-park-web/digital-park/vue.config.js Ver arquivo

@@ -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,

Carregando…
Cancelar
Salvar