yxc 2 năm trước cách đây
mục cha
commit
356367ab81
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -35,8 +35,8 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        // target: `http://192.168.188.99:8080`,
-        target: `http://192.168.1.13:8080`,
+        target: `http://192.168.188.99:8080`,
+        // target: `http://192.168.1.11:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''