导航配置
This commit is contained in:
@@ -200,7 +200,7 @@
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
this.instance.post(`/app/appminihomeconfig/addOrUpdate`, {
|
this.instance.post(`/app/appminihomeconfig/addOrUpdate`, {
|
||||||
...this.form,
|
...this.form,
|
||||||
id: this.id || '',
|
id: this.id || null,
|
||||||
pictureUrl: this.form.pictureUrl[0].url
|
pictureUrl: this.form.pictureUrl[0].url
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code === 0) {
|
if (res.code === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user