Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-16 18:13:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1407b7f2aa0f1dc45cf1a4b618b5084ab1fcca29
1407b7f2
1 parent
26ccfd5c
fix(useCheckin): 将路由参数从type改为task_type以保持一致性
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/composables/useCheckin.js
src/composables/useCheckin.js
View file @
1407b7f
...
...
@@ -28,7 +28,7 @@ export function useCheckin() {
const
maxCount
=
ref
(
5
)
// 打卡类型
const
checkinType
=
computed
(()
=>
route
.
query
.
type
)
const
checkinType
=
computed
(()
=>
route
.
query
.
t
ask_t
ype
)
// 用于记忆不同类型的文件列表
const
fileListMemory
=
ref
({
...
...
Please
register
or
login
to post a comment