Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-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
gzga-jzapi
apaas-ui
Commits
0e4e597d
Commit
0e4e597d
authored
Jul 02, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一键部署调试
parent
93f7b1a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pages/workbench/yygl/deployment.vue
src/pages/workbench/yygl/deployment.vue
+1
-1
No files found.
src/pages/workbench/yygl/deployment.vue
View file @
0e4e597d
...
@@ -449,6 +449,7 @@ export default {
...
@@ -449,6 +449,7 @@ export default {
values
:
yaml
.
load
(
this
.
app_set_code
),
values
:
yaml
.
load
(
this
.
app_set_code
),
};
};
}
}
this
.
next_step
();
this
.
$http
this
.
$http
.
post
(
`/apaas/hubApi/market/build`
,
temp
)
.
post
(
`/apaas/hubApi/market/build`
,
temp
)
.
then
((
response
)
=>
{
.
then
((
response
)
=>
{
...
@@ -456,7 +457,6 @@ export default {
...
@@ -456,7 +457,6 @@ export default {
if
(
response
.
data
.
success
===
1
)
{
if
(
response
.
data
.
success
===
1
)
{
// this.$message.success("开始部署成功");
// this.$message.success("开始部署成功");
this
.
deploy_id
=
response
.
data
.
data
.
deploy_id
;
this
.
deploy_id
=
response
.
data
.
data
.
deploy_id
;
this
.
next_step
();
}
}
})
})
.
catch
(()
=>
{
.
catch
(()
=>
{
...
...
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