Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
2
20250711_TBGuardingLife
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
20250711_TBGuardingLife
Commits
38a1080c
Commit
38a1080c
authored
Jul 17, 2025
by
俞嘉婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log
parent
dd970e44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.js
src/store/index.js
+3
-1
No files found.
src/store/index.js
View file @
38a1080c
...
...
@@ -108,6 +108,8 @@ const store = makeAutoObservable({
param
.
recordId
=
this
.
startInfo
.
recordId
;
param
.
timestamp
=
Date
.
now
();
console
.
info
(
'param'
,
param
)
const
paramEn
=
AESEncrypt
(
JSON
.
stringify
(
param
),
"1c5f9cab3460e316"
,
...
...
@@ -115,7 +117,7 @@ const store = makeAutoObservable({
);
const
{
success
,
data
}
=
await
API
.
submitAnswer
({
param
:
encodeURIComponent
(
paramEn
)
,
param
:
paramEn
,
});
if
(
success
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment