2026-08-05 13:14:35 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2026-08-05 15:54:14 +08:00
|
|
|
<title>iAOP 云美工业AI优化平台</title>
|
|
|
|
|
<meta http-equiv="refresh" content="0; url=cockpit/">
|
2026-08-05 13:14:35 +08:00
|
|
|
<style>
|
2026-08-05 15:54:14 +08:00
|
|
|
/* 根路径仅做跳转(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; }
|
2026-08-05 13:14:35 +08:00
|
|
|
</style>
|
|
|
|
|
</head>
|
2026-08-05 15:54:14 +08:00
|
|
|
<body>
|
|
|
|
|
<!-- iAOP 平台入口(无门户页):直接重定向到配置化驾驶舱。 -->
|
|
|
|
|
<p>正在进入驾驶舱… <a href="cockpit/">立即进入</a></p>
|
|
|
|
|
<script>location.replace("cockpit/");</script>
|
2026-08-05 13:14:35 +08:00
|
|
|
</body>
|
|
|
|
|
</html>
|