2026-05-27 21:49:12 +08:00
|
|
|
<!doctype html>
|
2026-06-03 11:05:10 +08:00
|
|
|
<html lang="zh-CN" data-theme="dark">
|
2026-05-27 21:49:12 +08:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>Batch Import Admin Redirect</title>
|
|
|
|
|
<meta http-equiv="refresh" content="0; url=/portal/admin-batch-import.html">
|
2026-06-03 09:11:07 +08:00
|
|
|
<link rel="stylesheet" href="/portal/portal.css">
|
|
|
|
|
<link rel="stylesheet" href="/portal/admin-common.css">
|
2026-05-27 21:49:12 +08:00
|
|
|
<style>
|
2026-06-03 09:11:07 +08:00
|
|
|
.redirect-card {
|
2026-05-27 21:49:12 +08:00
|
|
|
width: min(34rem, calc(100vw - 2rem));
|
|
|
|
|
padding: 28px;
|
2026-06-03 09:11:07 +08:00
|
|
|
border-radius: var(--r-xl);
|
|
|
|
|
border: 1px solid var(--border-subtle);
|
|
|
|
|
background: var(--bg-elev-1);
|
|
|
|
|
box-shadow: var(--shadow-glass);
|
|
|
|
|
backdrop-filter: blur(8px);
|
|
|
|
|
-webkit-backdrop-filter: blur(8px);
|
2026-05-27 21:49:12 +08:00
|
|
|
}
|
2026-06-03 09:11:07 +08:00
|
|
|
.redirect-card a { color: var(--color-primary); font-weight: 700; }
|
2026-05-27 21:49:12 +08:00
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-06-03 09:11:07 +08:00
|
|
|
<main class="redirect-card">
|
|
|
|
|
<h1 style="margin:0 0 8px;font-size:20px;font-weight:700;color:var(--text-strong);">正在跳转到导入供应商帐号页面</h1>
|
|
|
|
|
<p style="margin:8px 0;color:var(--text-muted);font-size:13px;line-height:1.6;">如果浏览器没有自动跳转,请手动打开:</p>
|
|
|
|
|
<p style="margin:8px 0 0;"><a href="/portal/admin-batch-import.html">/portal/admin-batch-import.html</a></p>
|
2026-05-27 21:49:12 +08:00
|
|
|
</main>
|
2026-06-03 09:11:07 +08:00
|
|
|
<script src="/portal/portal.js"></script>
|
2026-05-27 21:49:12 +08:00
|
|
|
</body>
|
|
|
|
|
</html>
|