浏览代码

页面更新

sr 4 年之前
父节点
当前提交
a0fb1e396d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      ruoyi-ui/vue.config.js

+ 3 - 1
ruoyi-ui/vue.config.js

@@ -34,7 +34,9 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://192.168.101.10:8080`,
+        target: `http://192.168.101.11:8090`,
+        // target: `http://192.168.101.110:8080`,
+        // target: `http://192.168.101.10:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''