shaogen1995 %!s(int64=2) %!d(string=hai) anos
pai
achega
393e0ce8bd
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. BIN=BIN
      webNew/src/assets/img/music.png
  2. 2 2
      webNew/src/utils/http.ts

BIN=BIN
webNew/src/assets/img/music.png


+ 2 - 2
webNew/src/utils/http.ts

@@ -2,8 +2,8 @@ import axios from 'axios'
 // import history from './history'
 // import { getTokenInfo } from './storage'
 // 请求基地址
-export const baseURL = process.env.NODE_ENV === "development" ? 'http://192.168.20.55:8032' : ''
-// export const baseURL = process.env.NODE_ENV === "development" ? 'https://hnbwg.4dage.com' : ''
+// export const baseURL = process.env.NODE_ENV === "development" ? 'http://192.168.20.55:8032' : ''
+export const baseURL = process.env.NODE_ENV === "development" ? 'https://hnbwg.4dage.com' : ''
 
 // 创建 axios 实例
 const http = axios.create({