fix(develop): 修复报错
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ const visible = useLocalStorage('token', '', {}) | ... | @@ -14,7 +14,7 @@ const visible = useLocalStorage('token', '', {}) |
| 14 | const bodyStyle: StyleValue = {textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center'} | 14 | const bodyStyle: StyleValue = {textAlign: 'center', display: 'flex', flexDirection: 'column', alignItems: 'center'} |
| 15 | 15 | ||
| 16 | const loginCode = ref<string>('') | 16 | const loginCode = ref<string>('') |
| 17 | const loginEvent = ref<UseEventSourceReturn>() | 17 | const loginEvent = ref<any>() |
| 18 | const loginEncryptCode = computed((): string => | 18 | const loginEncryptCode = computed((): string => |
| 19 | Base64.encode(JSON.stringify({type: 'loginCode', data: loginCode.value}))) | 19 | Base64.encode(JSON.stringify({type: 'loginCode', data: loginCode.value}))) |
| 20 | 20 | ... | ... |
-
Please register or sign in to post a comment