feat(web): 使用vite重新组织前端代码
This commit is contained in:
10
gringotts-frontend/index.html
Normal file
10
gringotts-frontend/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
</head>
|
||||
<script>
|
||||
window.location.href = '/pages/index/index.html'
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user