//判断当前访问页面是手机端还是移动端 function browserRedirect() { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp = sUserAgent.match(/midp/i) == "midp"; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile"; if (!(bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) ){ //电脑端 //加载css var linkNode = document.createElement("link"); linkNode.setAttribute("rel","stylesheet"); linkNode.setAttribute("type","text/css"); linkNode.setAttribute("href","https://oss.21it.com/www.21it.cn/images/default/css_pc.css"); document.head.appendChild(linkNode); }else{ //手机端 //加载css var oMeta = document.createElement('meta'); oMeta.name = 'viewport'; oMeta.content = 'width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no'; document.getElementsByTagName('head')[0].appendChild(oMeta); var linkNode = document.createElement("link"); linkNode.setAttribute("rel","stylesheet"); linkNode.setAttribute("type","text/css"); linkNode.setAttribute("href","https://oss.21it.com/www.21it.cn/images/default/css_wap.css"); document.head.appendChild(linkNode); } } browserRedirect();
2025-05
随着房地产行业的快速发展,传统的房源管理模式已经无法满足现代化管理的需求。地产房源管理系统应运而生,为房地产企业提供了一个高效、便捷、智能的房源管理平台。
2025-05
在瞬息万变的商业房地产市场中,高效管理房源至关重要。商业地产房源管理系统(CRE网站)是专为应对这一挑战而设计的强大工具,它将房源信息、市场洞察和管理功能整合到一个无缝的平台中。通过
2025-05
在竞争激烈的房地产市场中,高效的房源管理系统是经纪公司和个人经纪人取得成功的关键。一个功能强大的房源管理系统能够帮助您轻松管理海量房源信息,提高工作效率,并最终提升客户满意度。那么
2025-05
房产ERP管理系统是房产中介、经纪公司、开发商等房产行业相关企业的得力助手。它可以帮助企业对房源、客源、交易等信息进行有效管理,优化业务流程,提升管理效率。目前,房产ERP管理系统在市场
2025-05
在数字化时代,房产行业也迎来了新的变革,房产管理软件应运而生,为房产中介、经纪人、开发商等提供了高效便捷的管理工具。面对市场上琳琅满目的软件,许多人不禁会问:房产管理软件多少钱?有
2025-05
房产内部流程管理系统是房产中介公司或开发商用于房源管理、客户管理和业务流程跟进的内部App,它将繁琐复杂的房产交易过程结构化、模块化,帮助企业高效管理房源信息,提升交易效率。
CopyRight © 2022 世诚云 All rights reserved. 赣ICP备2021005147号-2