Kaynağa Gözat

fix: 修改 BASE_URL地址

allen 3 ay önce
ebeveyn
işleme
17157163c3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      util/api.js

+ 1 - 1
util/api.js

@@ -12,7 +12,7 @@ export const myRequest = (options) => {
     //     : 'http://8.136.98.49:8002';
     // BASE_URL = process.env.NODE_ENV === 'development' ? "http://8.136.98.49:8002" : "http://8.136.98.49:8002"
     // BASE_URL = 'http://192.168.1.77:8002'
-    BASE_URL = 'http://192.168.1.107:8000';
+    BASE_URL = 'http://218.28.198.186:10522';
   }
   // BASE_URL = 'http://192.168.1.52:8003'
   // console.log(BASE_URL)