260720
This commit is contained in:
13
public/login/index.html
Normal file
13
public/login/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>页面跳转中</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.location.replace('/#/login' + (window.location.search || '') + (window.location.hash || ''));
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user