Files
OMS/app/wap/view/auth_error.html
2025-12-28 23:13:25 +08:00

20 lines
527 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
Copyright © ShopeX http://www.shopex.cn. All rights reserved.
See LICENSE file for license details.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name='viewport' content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no'/>
<meta http-equiv="refresh" content="5;URL=<{$link_url}>">
<title><{t}>登录错误<{/t}></title>
</head>
<body>
<div align="center" style="margin-top:80px;"><{t}><{$error_msg}><br/>
5秒后跳到登录页<{/t}></div>
</body>
</html>