Commit ef6c2a5b authored by 张俊's avatar 张俊

Merge branch 'dev' of https://cloud.wodcloud.com/git/apaas/apaas-v3-ui into dev

parents fc0f4bba 46e56ef1
......@@ -37,7 +37,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -52,3 +51,8 @@ export default {
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -45,7 +45,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -60,3 +59,8 @@ export default {
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -124,7 +124,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -139,3 +138,8 @@ export default {
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/img_default_jszc.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -48,7 +48,6 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......@@ -64,3 +63,8 @@ export default {
}
}
</style>
<style scoped>
.default_img {
background: url("~@/assets/imgs/login_eye.png") no-repeat center center;
}
</style>
\ No newline at end of file
......@@ -867,7 +867,7 @@ export default {
if (valid) {
if (this.cover.length != 0) {
let query = {
workflows_id: this.process_id, // 服务流程id
workflows_id: Number(this.process_id), // 服务流程id
service_name: this.form.name, // 服务名称
describe: this.form.desc, // 服务描述
sector: this.form.area, // 服务领域id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment