Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setup-project-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
setup-project-manager-ui
Commits
24299eba
Commit
24299eba
authored
Dec 12, 2024
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化一键部署
parent
17defc77
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
187 additions
and
153 deletions
+187
-153
admin/src/assets/utils/ajax.js
admin/src/assets/utils/ajax.js
+2
-2
admin/src/views/Step.vue
admin/src/views/Step.vue
+185
-151
No files found.
admin/src/assets/utils/ajax.js
View file @
24299eba
...
...
@@ -14,8 +14,8 @@ function startLoading () {
loading
=
Vue
.
prototype
.
$loading
({
lock
:
true
,
customClass
:
'
createLoading
'
,
// 局部class名称
text
:
'
服务加载中...
'
,
background
:
'
rgba(
0,0,0
,0.5)
'
,
text
:
'
服务加载中
,耐心等待
...
'
,
background
:
'
rgba(
255,255,255
,0.5)
'
,
target
:
document
.
querySelector
(
'
.loading-area
'
)
// 设置加载动画区域
})
}
...
...
admin/src/views/Step.vue
View file @
24299eba
This diff is collapsed.
Click to expand it.
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