Commit 1d989cea authored by 刘殿昕's avatar 刘殿昕

assets image

parent 293b6f35
......@@ -37,7 +37,7 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
background: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......
......@@ -45,7 +45,7 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
background: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......
......@@ -124,7 +124,7 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
background: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......
......@@ -48,7 +48,7 @@ export default {
.default_img {
width: 1282px;
height: 629px;
background-image: url("../../assets/imgs/img_default_jszc.png");
background: url("../../assets/imgs/img_default_jszc.png");
.default_title {
color: #264dd9;
font-size: 44px;
......
......@@ -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