奇淼(piexlmax
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 194 additions and 125 deletions
-
11web/index.html
-
5web/package.json
-
43web/src/core/config.js
-
8web/src/view/login/index.vue
-
23web/vite.config.js
-
13web/yarn.lock
@ -1,15 +1,18 @@ |
|||||
|
|
||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||
<html lang="en"> |
<html lang="en"> |
||||
|
|
||||
<head> |
<head> |
||||
<meta charset="utf-8"> |
<meta charset="utf-8"> |
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> |
<meta name="viewport" content="width=device-width,initial-scale=1.0"> |
||||
|
<meta content="Gin,Vue,Admin.Gin-Vue-Admin,GVA,gin-vue-admin,后台管理框架,vue后台管理框架,gin-vue-admin文档,gin-vue-admin首页,gin-vue-admin" name="keywords" /> |
||||
<link rel="icon" href="favicon.ico"> |
<link rel="icon" href="favicon.ico"> |
||||
<title></title> |
<title></title> |
||||
</head> |
|
||||
|
</head> |
||||
|
|
||||
<body> |
<body> |
||||
<div id="app"></div> |
|
||||
<script type="module" src="./src/main.js"></script> |
|
||||
|
<div id="app"></div> |
||||
|
<script type="module" src="./src/main.js"></script> |
||||
</body> |
</body> |
||||
|
|
||||
</html> |
</html> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue