shaogen1995 2 年之前
父节点
当前提交
393e0ce8bd
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      webNew/src/assets/img/music.png
  2. 2 2
      webNew/src/utils/http.ts

二进制
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({