远程巡视

This commit is contained in:
cwchen 2024-12-13 11:16:48 +08:00
parent 1c0813bfbf
commit 696a09287e
4 changed files with 10 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.history/
.gigignore/
bns/js/login/public.js
bns/js/public/public.js

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

View File

@ -1,5 +1,5 @@
// var dataUrl = "http://10.145.34.32:18080/basfs/";
var dataUrl = "http://sgwpdm.ah.sgcc.com.cn/basfs/";
// var dataUrl = "http://sgwpdm.ah.sgcc.com.cn/basfs/";
//var dataUrl = "http://192.168.0.14:18080/basfs/";
var dataUrl = "http://127.0.0.1:18080/basfs/";
//var dataUrl = "http://10.145.34.32:18080/basfs/";:

View File

@ -1,7 +1,8 @@
//只允许包含静态资源-不包含方法 //系统请求路径
let dataUrl = "http://127.0.0.1:18080/basfs/";
//重定向登录页面
let login_url="http://127.0.0.1:8848/jjsp_web/login.html";
// let login_url="http://sgwpdm.ah.sgcc.com.cn/ahsfs/login.html";
let login_url="http://127.0.0.1:5501/login.html";
//重定向登录页面
let login_url_new = "http://sgwpdm.ah.sgcc.com.cn/ahsfs/logins.html";
//分析决策中心