优化目录结构
This commit is contained in:
15
client/public/connect/index.html
Normal file
15
client/public/connect/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>VideoCall - 重定向</title>
|
||||
<script>
|
||||
// 重定向到SPA入口页面(index.html)
|
||||
window.location.href = '/';
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<p>正在跳转到视频通话界面...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user