Files
iAOP/web/index.html
T

24 lines
994 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>iAOP 云美工业AI优化平台</title>
<meta http-equiv="refresh" content="0; url=cockpit/">
<style>
/* 根路径仅做跳转(2026-08 起门户页移除,登录后默认进驾驶舱):
* / → cockpit/(驾驶舱自带登录守卫,未登录会再跳登录页并回跳)。 */
body { margin: 0; min-height: 100vh; display: flex; align-items: center;
justify-content: center; background: #f0f2f5;
font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
color: rgba(0,0,0,.45); font-size: 14px; }
a { color: #1677ff; text-decoration: none; }
</style>
</head>
<body>
<!-- iAOP 平台入口(无门户页):直接重定向到配置化驾驶舱。 -->
<p>正在进入驾驶舱… <a href="cockpit/">立即进入</a></p>
<script>location.replace("cockpit/");</script>
</body>
</html>