木垒配置

This commit is contained in:
jiayu 2024-09-20 09:06:40 +08:00
parent cca26d9cc8
commit e9053b0d2f
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ export const COMPANY: string = ""; //标准版
// export const COMPANY: string = "agjt"; //鞍钢集团
// export const COMPANY: string = "tj"; // 同济项目
// export const COMPANY: string = "scwc"; // 四川网诚项目
// export const COMPANY: string = "zmml"; // 中煤木垒项目
// export const COMPANY: string = "dljb"; // 大连金笔项目
// export const COMPANY: string = "agjtLive"; //鞍钢集团现场大屏
// export const COMPANY: string = "bthg"; //包头化工

View File

@ -669,7 +669,7 @@ function loginOut() {
}
//
function jumpBgd() {
const envList = ["agjt", "zkax", "zkjc", "hfqc", "cpgs", "cqna", "jzjt", "tj", "scwc", "bthg"]; //
const envList = ["agjt", "zkax", "zkjc", "hfqc", "cpgs", "cqna", "jzjt", "tj", "scwc", "bthg", "zmml"]; //
//
if (COMPANY == "") {
window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token);