导航配置
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user