wl
2023-01-03 e1ac04b42be89ca26ff5f94c17c4e2eebe52a0a2
Merge branch 'dev1.0' of ssh://42.193.1.25:29418/sccg_ui into dev1.0
1个文件已修改
4 ■■■■ 已修改文件
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js
@@ -39,8 +39,8 @@
    proxy: {
      // 跨域配置
      "/sccg": {
        // target: `http://42.193.1.25/`,
        target: `http://127.0.0.1:8082/`,
        target: `http://42.193.1.25/`,
        // target: `http://127.0.0.1:8082/`,
        changeOrigin: true
      }
    },