Procházet zdrojové kódy

官网及后台修改

ZhouRuiTing před 5 roky
rodič
revize
69232e20b8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      official_frontend/src/utils/request.js

+ 2 - 2
official_frontend/src/utils/request.js

@@ -7,8 +7,8 @@ import { getToken } from '@/utils/auth'
 const service = axios.create({
     // url = base url + request url
     // baseURL: process.env.VUE_APP_BASE_API,
-    // baseURL: "http://111.231.87.63:8088",
-    baseURL: "http://192.168.5.101:8098",
+    baseURL: "http://111.231.87.63:8088",
+    // baseURL: "http://192.168.5.101:8098",
     // withCredentials: true, // send cookies when cross-domain requests
     timeout: 5000 // request timeout
 })