15 lines
364 B
JavaScript
15 lines
364 B
JavaScript
const config = {
|
|
// http访问后端接口
|
|
Api: "http://iot.uts-data.com:8086/api/",
|
|
Ads: "http://iot.uts-data.com:8086/",
|
|
Tcpip: "http://iot-manage.uts-data.com:5001/api/",
|
|
|
|
|
|
// 本地调试接口
|
|
/* Api: "https://localhost:44363/api/",
|
|
Ads: "https://localhost:44363/",
|
|
Tcpip: "http://iot-manage.uts-data.com:5001/api/",*/
|
|
}
|
|
|
|
export default config
|