From 9cb0c632b4f226faed7ac22c504e90c8bb0bf77e Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 26 May 2025 11:59:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- public/icons/favicon.ico | Bin 0 -> 1150 bytes src/router/privateRoutes.ts | 2 +- src/router/publicRoutes.ts | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 public/icons/favicon.ico diff --git a/index.html b/index.html index 4e4a83e..b8fd5c0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + diff --git a/public/icons/favicon.ico b/public/icons/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..f93d0e735e748dcb4844c687888e8646800c0aad GIT binary patch literal 1150 zcmah|dq|T}6u;4nqS7b|EXw{UdQwqnm}P`v(YsK~#Oy7-bk;_t;mmB74RMvW?1`GG z(;jo`a+zk#a;BTkZDulaIxB0~m{TPAb-yb@4Wj#T?m6GNzu)gW=id7fGJ-zt?u5>s zBw`dH(+DB+snHb84CSdKgs%N>oL@6-NAvq~NoAJAR$G(}jXWEbnG&0+`emwM_0(<;n8R&QRqOsy7lPAiwHWAg;(D+*LiPqBX#YX@#oobuX(Rjv zVw~}rj{8x8j9X7@{L*T|8Sja{+S0sujiLaK9ve#2FC%KLC-`3O*b^FxS&zGMc&jfK z+}2`dt{wbUQ(&knMYp95?M)4+%DE-1dG@eD^&pMu#`<~Sg#SV;N~?v3%*kxtT@!X6 zieT}^sCYa}<}++X)*aN9-x>lbx!&*9JP98(5Cx&(7{<*r5Ffu;t_hY>E_OMxLGJ_J#x_WuGs@c6~CS{Gr&c zRm$F2jCu?X{(@-x68ine3>&^H0G?T0ES{6uiCwe@PQUo35cSFz==^Aa;Z2DmUlb*j zrzSGZ*N;*V={E;6@*QjsLW6f=b$lk{1&4(*Z?k?zQtigT;Y+Uj(1kXM{w`FIake2*I; Y6(b1|jupF literal 0 HcmV?d00001 diff --git a/src/router/privateRoutes.ts b/src/router/privateRoutes.ts index 8963f3a..1fe1248 100644 --- a/src/router/privateRoutes.ts +++ b/src/router/privateRoutes.ts @@ -3,7 +3,7 @@ export const privateRoutes = [ path:"/", name:'home', meta:{ - title:'主页', + title:'深泉教育', role:['admin'] }, component:()=>import('../views/home.vue') diff --git a/src/router/publicRoutes.ts b/src/router/publicRoutes.ts index 1e4f2a8..53d58f3 100644 --- a/src/router/publicRoutes.ts +++ b/src/router/publicRoutes.ts @@ -13,7 +13,7 @@ export const publicRoutes = [ path:"/login", name:'login', meta:{ - title:'登陆' + title:'登录' }, component:()=>import('../views/login.vue') }