Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-mindMap
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-mindMap
Commits
52690850
Commit
52690850
authored
Jul 25, 2024
by
董旭 David Dong
❣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Edit.vue
parent
049e9cba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Edit.vue
src/pages/Edit/components/Edit.vue
+2
-2
No files found.
src/pages/Edit/components/Edit.vue
View file @
52690850
...
...
@@ -223,8 +223,8 @@ export default {
},
async
handleClose
(){
await
this
.
$confirm
(
'
此操作将会丢失您的编辑内容, 是否继续?'
,
'提示
'
,
{
confirmButtonText
:
'确
定
'
,
await
this
.
$confirm
(
'
您所做的更改尚未保存,是否确认舍弃这些更改?'
,
'确认舍弃更改
'
,
{
confirmButtonText
:
'确
认
'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
})
...
...
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