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

Merge remote-tracking branch 'origin/master'

......@@ -34,7 +34,8 @@ export const dispatch = (type, payload, callback) => {
};
export const isFromIframe = () => { // 判断是否来自iframe 嵌入页面
export const isFromIframe = () => { // 判断是否来自iframe 嵌入页面 暂时放弃使用
return false;
let isFromIframe = window.frames.length !== parent.frames.length;
if(window.location.origin.indexOf('localhost') > -1){
return false;
......
......@@ -336,6 +336,6 @@ export default function CheckPassWord(password = "") {
}
export function getIsA_Ba(){ // 判断当前环境是不是阿坝学校 然后做定制需求. 主要用于就业门户 其他门户也可以使用此函数
export function getIsA_Ba(){ // 判断当前环境是不是阿坝学校 然后做定制需求. 主要用于定制开发
return window.specialImportantSystemConfig.schoolName?.indexOf('阿坝') > -1;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论