feat:登录接口对接
This commit is contained in:
parent
6c16860fae
commit
57f7937c2d
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"cSpell.words": [
|
||||
"antfu",
|
||||
"beian",
|
||||
"demi",
|
||||
"iconify",
|
||||
"intlify",
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ async function toggleLocales() {
|
|||
</p>
|
||||
|
||||
<div class="flex items-center gap-2">
|
||||
<img src="beian.ico" alt="备案图标" class="h-4 w-4">
|
||||
<img src="/beian.ico" alt="备案图标" class="h-4 w-4">
|
||||
<a href="http://beian.miit.gov.cn/" target="_blank" class="text-gray-400 hover:text-gray-500 dark:hover:text-gray-300">豫ICP备2024048033号</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -177,8 +177,8 @@ function handleMobileLinkClick() {
|
|||
</div>
|
||||
<div class="flex items-center space-x-2">
|
||||
<span class="text-sm text-gray-700 dark:text-gray-200">欢迎, {{ userStore.userInfo.username }}</span>
|
||||
<a href="https://github.com/antfu/vitesse" target="_blank" class="text-gray-400 transition-colors hover:text-gray-500 dark:hover:text-gray-300">
|
||||
<span class="sr-only">GitHub</span>
|
||||
<a target="_blank" class="text-gray-400 transition-colors hover:text-gray-500 dark:hover:text-gray-300">
|
||||
<span class="sr-only"></span>
|
||||
<div i-carbon:document-horizontal class="text-xl text-gray-8" />
|
||||
</a>
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -138,6 +138,11 @@ export default defineConfig(({ mode }) => {
|
|||
type: 'image/png',
|
||||
purpose: 'any maskable',
|
||||
},
|
||||
{
|
||||
src: '/beian.ico',
|
||||
sizes: '16x16',
|
||||
type: 'image/x-icon',
|
||||
},
|
||||
],
|
||||
},
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue