登录注册更改

This commit is contained in:
2026-02-24 14:54:41 +08:00
parent 1a4db805ae
commit ce3abc48a4
4 changed files with 29 additions and 8 deletions

View File

@@ -12,6 +12,7 @@
const router = useRouter()
const globalStore = useGlobalStore()
const loading = computed(() => globalStore.state.loading || globalStore.state.view_loading)
globalStore.setLoading(false)
window['onClickPrivacy'] = () => {
// window.event?.preventDefault()
console.log('onClickPrivacy')
@@ -28,7 +29,7 @@
#app {
font-size: 1.6rem;
}
.el-message{
.el-message {
font-size: 1.6rem;
}
#loading {