feat: 完成 issue #176 [C1] 旧入口收口——/index.html /auth/login.html FBA 在线自动跳转 + README 新架构说明

This commit is contained in:
2026-08-06 13:00:43 +08:00
parent cda279fa66
commit 787234146b
3 changed files with 47 additions and 0 deletions
+9
View File
@@ -3,6 +3,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
/* Epic #163 · C1(issue #176):FBA UI 在线时自动收口到原生版;
* FBA 停掉时(fetch 失败)本静态演示页兜底可用。 */
(function () {
fetch('/fba-admin/', { method: 'HEAD' })
.then(function (r) { if (r.ok || r.redirected) location.replace('/fba-admin/'); })
.catch(function () { /* FBA 离线:保留静态演示兜底 */ });
})();
</script>
<title>iAOP 云美工业AI优化平台</title>
<link rel="stylesheet" href="shared/pro.css">
<style>