feat: 新增顶部图标
parent
757369ebc6
commit
9cb0c632b4
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
||||
<link rel="icon" type="image/svg+xml" href="/icons/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
<title></title>
|
||||
</head>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -3,7 +3,7 @@ export const privateRoutes = [
|
|||
path:"/",
|
||||
name:'home',
|
||||
meta:{
|
||||
title:'主页',
|
||||
title:'深泉教育',
|
||||
role:['admin']
|
||||
},
|
||||
component:()=>import('../views/home.vue')
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ export const publicRoutes = [
|
|||
path:"/login",
|
||||
name:'login',
|
||||
meta:{
|
||||
title:'登陆'
|
||||
title:'登录'
|
||||
},
|
||||
component:()=>import('../views/login.vue')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue