flx:修改在线端口
This commit is contained in:
parent
be4a795f7e
commit
dde0d79acc
@ -1,6 +1,7 @@
|
||||
const testUrl = "192.168.34.221:9111"
|
||||
// const testUrl = "219.147.96.219:9809"
|
||||
const productUrl = "219.147.96.219:9809" // 线上正式
|
||||
// const productUrl = "219.147.96.219:9809" // 线上正式
|
||||
const productUrl = "192.168.3.9:39809" // 线上正式
|
||||
//api后端接口地址
|
||||
const BASE_URL = `http://${process.env.NODE_ENV === 'development' ? testUrl : productUrl}`;
|
||||
import axios from "axios";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user