提交 0d60ba29 authored 作者: 钟是志's avatar 钟是志

31887 技师素测测评汇总,打印页的学号获取不对admin

上级 93fd361a
...@@ -13,3 +13,7 @@ export function getIsGui_Jian() { // 判断当前环境是不是贵建 然后 ...@@ -13,3 +13,7 @@ export function getIsGui_Jian() { // 判断当前环境是不是贵建 然后
export function getIsQian_Nan() { // 判断当前环境是不是黔南 然后做定制需求. 主要用于定制开发 export function getIsQian_Nan() { // 判断当前环境是不是黔南 然后做定制需求. 主要用于定制开发
return window.specialImportantSystemConfig?.schoolName && window.specialImportantSystemConfig?.schoolName.indexOf('黔南民族') > -1; return window.specialImportantSystemConfig?.schoolName && window.specialImportantSystemConfig?.schoolName.indexOf('黔南民族') > -1;
} }
export function getIsGong_Mao() { // 判断当前环境是不是成都工贸
return window.specialImportantSystemConfig?.schoolName && window.specialImportantSystemConfig?.schoolName.indexOf('成都工贸') > -1;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论