mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
20 lines
527 B
HTML
20 lines
527 B
HTML
<!--
|
||
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>
|