Commit 850b2147 authored by Aivs's avatar Aivs

feat:后台请求地址切换

parent ae87d478
......@@ -3,8 +3,8 @@ import axios from 'axios'
axios.defaults.headers['Content-Type'] = 'application/json;charset=UTF-8';
// 后端地址
const baseURL = 'http://192.168.30.83:8989'
//const baseURL = 'https://base.exploring.cn/test-engine-user-center'
//const baseURL = 'http://192.168.30.83:8989'
const baseURL = 'https://base.exploring.cn/test-engine-user-center'
// const baseURL = 'https://base.exploring.cn/wecom-server'
// 创建 axios 实例
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment