armg 9 달 전
부모
커밋
a68962f24c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ruoyi-ui/vue.config.js

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

@@ -36,7 +36,8 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://localhost:8080`,
-        target: `http://192.168.100.234:8080`,
+        // target: `http://192.168.100.234:8080`,//张继超本地
+        target: `http://192.168.100.229:8080`,//张洛飞本地
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''