Commit 18f8da7c authored by guoyou's avatar guoyou

推送

parent 7feb387e
...@@ -459,7 +459,7 @@ export default { ...@@ -459,7 +459,7 @@ export default {
if (valid) { if (valid) {
this.form.urlJson = { this.form.urlJson = {
url: this.form.url, url: this.form.url,
title: this.form.title title: this.form.info
} }
this.form.urlJson = JSON.stringify(this.form.urlJson) this.form.urlJson = JSON.stringify(this.form.urlJson)
addObj(this.form).then(response => { addObj(this.form).then(response => {
...@@ -498,7 +498,7 @@ export default { ...@@ -498,7 +498,7 @@ export default {
if (valid) { if (valid) {
this.form.urlJson = { this.form.urlJson = {
url: this.form.url, url: this.form.url,
title: this.form.title title: this.form.info
} }
this.form.urlJson = JSON.stringify(this.form.urlJson) this.form.urlJson = JSON.stringify(this.form.urlJson)
editObj(this.form).then(response => { editObj(this.form).then(response => {
......
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