mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 04:54:58 +08:00
服务器部署HOST地址更换
This commit is contained in:
parent
d57cf746a4
commit
0e4af44e9d
|
@ -1,7 +1,7 @@
|
|||
import axios from "axios";
|
||||
|
||||
const HOST = 'http://127.0.0.1:3001';
|
||||
// const HOST = 'http://123.57.183.183:3001';
|
||||
// const HOST = 'http://127.0.0.1:3001';
|
||||
const HOST = 'http://123.57.147.184:3001';
|
||||
|
||||
export const get = (url, params, success) => {
|
||||
axios.get(HOST + url, params)
|
||||
|
|
Loading…
Reference in New Issue
Block a user