flx:修改在线端口

This commit is contained in:
Rain_ 2025-11-10 17:05:19 +08:00
parent be4a795f7e
commit dde0d79acc

View File

@ -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";