登录注册更改
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user