代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link id="icon" rel="shortcut icon" href="favicon/orginone.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<script>
/* HACK: 部分依赖(如@bable/types)需要访问process.env来检查参数;
* 而monaco-editor需要通过通过是否存在process对象来检查是否node环境,并调整部分功能的实现(如粘贴),
* 见monaco-editor/esm/vs/base/common/platform.js
*
* 通过暴露特殊的配置对象骗过MonacoEditor强制使其判断为web环境
*/
(() => {
let p = '';
p.versions = null;
window.vscode = {
process: p,
};
})();
if (typeof window.__REACT_DEVTOOLS_GLOBAL_HOOK__ === 'object') {
window.console = new Proxy(window.console, {
set(_, p) {
// 阻止react devtool hook console方法
return false;
},
});
}
window._AMapSecurityConfig = {
securityJsCode: "43b198b700a8ad265e472924744cd0d8",
}
</script>
<script type="module">
import {Buffer} from 'buffer';
window.Buffer = Buffer;
</script>
<div id="root"></div>
<script type="text/javascript">
(function () {
const shortcut = document.getElementById('icon');
const names = window.location.hostname.split('.');
if (names.length > 0) {
if (names[0] === 'ai' && names[1] === 'zjhealthcloud') {
names[0] = 'healthcloud';
}
switch (names[0]) {
case 'anxinwu':
document.title = '安心屋';
shortcut.setAttribute('href', 'favicon/anxinwu.ico');
return;
case 'gongyicang':
document.title = '公益仓';
shortcut.setAttribute('href', 'favicon/gongyicang.ico');
return;
case 'asset':
document.title = '资产共享云';
shortcut.setAttribute('href', 'favicon/asset.ico');
return;
case 'assetcloud':
document.title = '资产共享云';
shortcut.setAttribute('href', 'favicon/asset.ico');
return;
case 'dataexp':
document.title = '数据资产治理实验平台';
shortcut.setAttribute('href', 'favicon/dataexp.ico');
return;
case 'ocia':
document.title = '资产云开放协同创新中心';
shortcut.setAttribute('href', 'favicon/ocia.ico');
return;
case 'apparatus':
document.title = '大型科研仪器共享平台';
shortcut.setAttribute('href', 'favicon/apparatus.ico');
return;
case 'company':
document.title = '校企监管平台';
shortcut.setAttribute('href', 'favicon/company.ico');
return;
case 'healthcloud':
document.title = '健康云';
shortcut.setAttribute('href', 'favicon/orginone.ico');
return;
}
}
document.title = '奥集能';
})();
</script>
<script type="module" src="/src/index.tsx"></script>
<script src="https://webapi.amap.com/maps?v=2.0&key=47a1860e672674dc1cc7592d8eb13000&plugin=AMap.AutoComplete"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。