<!DOCTYPE html><html><head><meta name="renderer" content="webkit"><meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"><meta name="applicable-device" content="pc"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="/setting.js"></script><script src="/static/set/set.js"></script><script src="/static/NIM_Web_NIM_v8.8.3.js"></script><script src="/system_setting.js"></script><link rel="icon" sizes="16x16" href="/favicon.ico"><link rel="stylesheet" href="/static/reset.css"><title></title><script>// let systemScript = document.createElement("script");
            // systemScript.src = setting.BASE_URL + 'static/js/setting.js';
            // let scriptDocument = document.getElementsByTagName("script")[0];
            // scriptDocument.parentNode.insertBefore(systemScript, scriptDocument);

            window.addEventListener('beforeunload', e => {
                sessionStorage.removeItem('cmsSettingData');
            });
            // 声明一个 Map 用于存储每个请求的标识 和 取消函数，取消重复请求操作功能使用变量
            let pending = new Map();
            // 百度统计key值
            const BAIDU_STATISTICS_KEY = '';
            // 浏览器版本判断
            const testNavigator = () => {
                var theUA = window.navigator.userAgent.toLowerCase();
                if ((theUA.match(/msie\s\d+/) && theUA.match(/msie\s\d+/)[0]) || (theUA.match(/trident\s?\d+/) &&
                        theUA.match(/trident\s?\d+/)[0])) {
                    var ieVersion = theUA.match(/msie\s\d+/)[0].match(/\d+/)[0] || theUA.match(/trident\s?\d+/)[0];
                    if (ieVersion < 11) {
                        var str = "你的浏览器版本太低了,可能会造成页面无法正常显示 :";
                        var str2 =
                            "推荐使用:<a href='https://www.baidu.com/s?ie=UTF-8&wd=%E8%B0%B7%E6%AD%8C%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='color:blue;'>谷歌</a>," +
                            "<a href='https://www.baidu.com/s?ie=UTF-8&wd=%E7%81%AB%E7%8B%90%E6%B5%8F%E8%A7%88%E5%99%A8' target='_blank' style='color:blue;'>火狐</a>," +
                            "其他双核极速模式";
                        document.writeln(
                            "<pre style='text-align:center;color:#fff;background-color:#0cc; height:100%;border:0;margin: 0;position:fixed;top:0;left:0;width:100%;z-index:1234'>" +
                            "<h2 style='padding-top:200px;margin:0'><strong>" + str + "<br/></strong></h2><h2>" +
                            str2 +
                            "</h2><h2 style='margin:0'><strong>如果你的使用的是双核浏览器,请切换到极速模式访问<br/></strong></h2></pre>"
                        );
                        document.execCommand("Stop");
                    };
                }
            };
            testNavigator();
            const is_mobile = () => {
                var regex_match =
                    /(nokia|iphone|android|motorola|^mot-|softbank|foma|docomo|kddi|up.browser|up.link|htc|dopod|blazer|netfront|helio|hosin|huawei|novarra|CoolPad|webos|techfaith|palmsource|blackberry|alcatel|amoi|ktouch|nexian|samsung|^sam-|^lge|ericsson|philips|sagem|wellcom|bunjalloo|maui|symbian|smartphone|midp|wap|phone|windows ce|iemobile|^spice|^bird|^zte-|longcos|pantech|gionee|^sie-|portalmmm|jigs browser|hiptop|^benq|haier|^lct|operas*mobi|opera*mini|320x320|240x320|176x220)/i;
                var u = navigator.userAgent;
                if (u && u.includes('Baiduspider')) {
                    return false;
                }
                if (null == u) {
                    return false;
                }
                var result = regex_match.exec(u);
                if (null == result) {
                    return false
                } else {
                    return true
                }
            }

            const QueryString = (item) => {
                var sValue = location.search.match(new RegExp("[\?\&]" + item + "=([^\&]*)(\&?)", "i"))
                return sValue ? sValue[1] : sValue
            }
            if (QueryString("ID") != "t" && is_mobile()) {

                if (mobileTutnto && mobileTutnto[location.pathname]) {
                    let params = {}

                    let searchObj = location.search.replace('?', '').split('&')

                    searchObj.map(cur => {
                        let curData = cur.split('=')

                        params[curData[0]] = curData[1] || ''
                    })

                    let query = mobileTutnto[location.pathname].params || {}

                    for (let key in query) {
                        if (/\[(.*?)\]/g.test(query[key])) {
                            query[key] = params[query[key].replace(/(\[|\])/g, '')] || ''
                        } else {
                            query[key] = query[key]
                        }
                    }

                    let queryArr = []

                    for (let key in query) {
                        queryArr.push(key + '=' + query[key])
                    }

                    if (queryArr.length) {
                        document.location.href = setting.MOBILE_BASE_URL + mobileTutnto[location.pathname].url + '?' + queryArr.join('&')
                    } else {
                        document.location.href = setting.MOBILE_BASE_URL + mobileTutnto[location.pathname].url
                    }
                } else {
                    document.location.href = setting.MOBILE_BASE_URL + location.pathname + location.search
                }
            }

            // 主动推送url给百度，暂时不清楚是否真的起作用，在每次路由切换的时候会执行
            const pushUrlToBaidu = (url) => {
            	// var canonicalURL, curProtocol;

            	// canonicalURL = url
            	// //Get protocol
            	// if (!canonicalURL) {
            	// 	curProtocol = window.location.protocol.split(':')[0];
            	// } else {
            	// 	curProtocol = canonicalURL.split(':')[0];
            	// }
            	// // 获取默认值
            	// if (!canonicalURL) canonicalURL = window.location.href;

            	// // 执行代码
            	// ! function() {
            	// 	var e = /([http|https]:\/\/[a-zA-Z0-9\_\.]+\.baidu\.com)/gi,
            	// 		r = canonicalURL,
            	// 		t = document.referrer;
            	// 	if (!e.test(r)) {
            	// 		var n = (String(curProtocol).toLowerCase() === 'https') ?
            	// 			"https://sp0.baidu.com/9_Q4simg2RQJ8t7jm9iCKT-xh_/s.gif" : "//api.share.baidu.com/s.gif";
            	// 		t ? (n += "?r=" + encodeURIComponent(document.referrer), r && (n += "&l=" + r)) : r && (n += "?l=" +
            	// 			r);
            	// 		var i = new Image;
            	// 		i.src = n
            	// 	}
            	// }(window);
            }</script><link href="/static/css/app.6deb8e6f.css" rel="stylesheet"></head><body><div id="app"></div><link href="/static/three/elementui.css" rel="stylesheet"><script src="/static/three/vue.min.js"></script><script src="/static/three/vue-router.min.js"></script><script src="/static/three/vuex.min.js"></script><script src="/static/three/vuex-persistedstate.umd.min.js"></script><script src="/static/three/vue-meta.min.js"></script><script src="/static/three/axios.min.js"></script><script src="/static/three/elementui.js"></script><script src="/static/js/chunk-vendors.0dbcf891.js"></script><script src="/static/js/app.4ced091c.js"></script></body></html>