Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
serviceWork
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
18b2b1a6
...
18b2b1a63b9c0e94c7bb6a29a0d82ec1658fdf4b
authored
2024-05-27 16:50:28 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(develop): 修复报错
1 parent
77ccf8c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
resources/js/page/upload/components/login-modal.vue
resources/js/page/upload/components/login-modal.vue
View file @
18b2b1a
...
...
@@ -14,7 +14,7 @@ const visible = useLocalStorage('token', '', {})
const
bodyStyle
:
StyleValue
=
{
textAlign
:
'center'
,
display
:
'flex'
,
flexDirection
:
'column'
,
alignItems
:
'center'
}
const
loginCode
=
ref
<
string
>
(
''
)
const
loginEvent
=
ref
<
UseEventSourceReturn
>
()
const
loginEvent
=
ref
<
any
>
()
const
loginEncryptCode
=
computed
(():
string
=>
Base64
.
encode
(
JSON
.
stringify
({
type
:
'loginCode'
,
data
:
loginCode
.
value
})))
...
...
Please
register
or
sign in
to post a comment