Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mkfree Deploy
Commits
095dc7bf
Commit
095dc7bf
authored
4 years ago
by
oyhk
Browse files
Options
Download
Email Patches
Plain Diff
[fix] 项目管理页面,点击项目编辑功能
parent
6fb3f9ba
master
release/1.10.0
release/1.3.0
release/1.3.1
release/1.4.0
release/1.5.0
release/1.6.0
release/1.7.0
release/1.7.1
release/1.8.0
release/1.9.0
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/public/umi.js
+1
-1
backend/public/umi.js
frontend/src/services/ProjectService.ts
+1
-1
frontend/src/services/ProjectService.ts
with
2 additions
and
2 deletions
+2
-2
backend/public/umi.js
+
1
-
1
View file @
095dc7bf
This diff is collapsed.
Click to expand it.
frontend/src/services/ProjectService.ts
+
1
-
1
View file @
095dc7bf
...
...
@@ -12,7 +12,7 @@ export async function page(payload: ProjectDto) {
}
export
async
function
info
(
payload
:
ProjectDto
)
{
return
get
({
url
:
`
${
routes
.
apiRoutes
.
projectInfo
({
id
:
payload
.
id
}).
url
}
}
`
});
return
get
({
url
:
`
${
routes
.
apiRoutes
.
projectInfo
({
id
:
payload
.
id
}).
url
}
`
});
}
export
async
function
save
(
payload
:
ProjectDto
,
successCallback
?:
Function
,
failCallback
?:
Function
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help