anxiao_web/public/js/url.js

55 lines
1.5 KiB
JavaScript

//内网
// var ipAddress="43.15.198.61";//43.15.198.61
// var serverIp=ipAddress;//43.15.198.61
// var url=`http://${serverIp}`;
// var stationwebsocketurl=`ws:${serverIp}:8083/ClientWebSocket`;
// var movedevicewebsocketurl=`ws:${serverIp}:8086/ClientWebSocket`;
// var mapUrl=`http://${serverIp}`;
// var h5sUser="admin";
// var h5sPassword="?><M0okm";
// var h5sUrl=`http://${serverIp}:18085`;
// var aiUrl=url+":8083";
//外网
var ipAddress="218.76.54.6:580";
var serverIp="www.lonsungsh.com";//www.emc-station.com
var url=`https://${serverIp}`;
var stationwebsocketurl=`wss:${serverIp}:8083/ClientWebSocket`;
var movedevicewebsocketurl=`wss:${serverIp}:8086/ClientWebSocket`;
var mapUrl="https://www.lonsungsh.com";
var h5sUser="admin";
var h5sPassword="rtc@139";
var h5sUrl="http://101.89.199.154:8080";
var aiUrl="https://www.hnjinglian.cn:2563/"
var iframeVideoUrl=`http://${serverIp}/furong1/iframe/video/index.html`;
var stationurl=url+":8083";
var movedeviceurl=url+":8086";
var brigade="长沙芙蓉区";
// var brigade="lonsungsh"
var loginUser="lonsung_ax";
var loginPwd="123456";
const mqttUrl=stationurl+"/firectrl/client/notice/sendmqtt";
var playHikUrl=`http://${ipAddress}/furong1/pages/hikVideo/playVideo/playHikVideo.html`;
export{
serverIp,
stationurl,
movedeviceurl,
brigade,
movedevicewebsocketurl,
stationwebsocketurl,
loginUser,
loginPwd,
mqttUrl,
mapUrl,
iframeVideoUrl,
h5sUser,
h5sPassword,
h5sUrl,
playHikUrl,
ipAddress,
aiUrl
}