Metadata
Title
网上办事服务大厅
Category
graduate
UUID
3e16b067b4ce468fb30caa86057f35b0
Source URL
https://ehall.fudan.edu.cn/
Parent URL
https://dfll.fudan.edu.cn/27748/list.htm
Crawl Time
2026-03-10T07:22:16+00:00
Rendered Raw Markdown

网上办事服务大厅

Source: https://ehall.fudan.edu.cn/ Parent: https://dfll.fudan.edu.cn/27748/list.htm

!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();

System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))

if(location.hostname == 'localhost' || location.hostname == '127.0.0.1'){ var userAgent = navigator.userAgent; // 移动端判断(通常包括手机和平板) if (/Mobi|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(userAgent)) { document.body.classList.add('mobile'); } else { // PC端判断(通常不包括服务器端渲染) document.body.classList.add('pc'); } } function setImgUrl(url) { var currentPath = window.location.href; if (url && (url.substring(0, 4) === "img/" || url.substring(0, 4) === "demo")) { if (currentPath.indexOf("/frontend/vspage") !== -1 || currentPath.indexOf("/vpage") !== -1 || currentPath.indexOf("/edit") !== -1) { let editUrl = currentPath.substring(0, currentPath.indexOf('/frontend/vspage') || currentPath.indexOf('/vpage') || currentPath.indexOf('/edit')) + '/edit/pages/runtime/vue3/page/' + url return currentPath.substring(0, currentPath.indexOf('/frontend/vspage') || currentPath.indexOf('/vpage') || currentPath.indexOf('/edit')) + '/edit/pages/runtime/vue3/page/' + url } else { return window.location.href + '/edit/pages/runtime/vue3/page/' + url } } else { if (url) { return url } else { return '' } } } function checkBrowserCompatibility() { var userAgent = navigator.userAgent; // 检测IE浏览器版本 var isIE = userAgent.indexOf('MSIE') !== -1 || userAgent.indexOf('Trident/') > 0; // 检测Edge浏览器版本 var edgeVersion = userAgent.indexOf('Edge/') > 0 ? parseInt(userAgent.split('Edge/')[1], 10) : null; // 检测Chrome浏览器版本 var chromeVersion = userAgent.indexOf('Chrome/') > 0 ? parseInt(userAgent.split('Chrome/')[1], 10) : null; // 检测Firefox浏览器版本 var firefoxVersion = userAgent.indexOf('Firefox/') > 0 ? parseInt(userAgent.split('Firefox/')[1], 10) : null; // 检测Safari浏览器版本 var safariVersion = userAgent.indexOf('Safari/') > 0 ? parseInt(userAgent.split('Safari/')[1], 10) : null; // 检查浏览器是否兼容Vue 3 if (isIE || (edgeVersion && edgeVersion < 79) || (chromeVersion && chromeVersion < 51) || (firefoxVersion && firefoxVersion < 50) || (safariVersion && safariVersion < 10)) { if (document.referrer.indexOf("demo.html") !== -1) { return } console.log(setImgUrl('demo.html'), 'setImgUrl("demo.html")'); // window.location.href = 'https://www.baidu.com/' window.location.href = setImgUrl('demo.html') } else { // 兼容的处理 console.log('您的浏览器兼容Vue 3,可以正常使用本网站的功能。'); } } // 在页面加载时检查浏览器兼容性 window.onload = checkBrowserCompatibility;