导航配置

This commit is contained in:
yanran200730
2021-12-22 09:56:02 +08:00
parent 062af00b20
commit 627d688c2d

View File

@@ -200,7 +200,7 @@
if (valid) {
this.instance.post(`/app/appminihomeconfig/addOrUpdate`, {
...this.form,
id: this.id || '',
id: this.id || null,
pictureUrl: this.form.pictureUrl[0].url
}).then(res => {
if (res.code === 0) {