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