This commit is contained in:
张良(004796)
2024-03-08 14:53:15 +08:00
parent a5bbc7153a
commit de79565b69

View File

@@ -88,7 +88,8 @@ export default {
homeTitle: this.form.homeTitle, homeTitle: this.form.homeTitle,
bannerOne:this.form.bannerOne, bannerOne:this.form.bannerOne,
commonSeal:this.form.commonSeal, commonSeal:this.form.commonSeal,
chatUrl: this.form.chatUrl chatUrl: this.form.chatUrl,
defaultLocal: this.form.defaultLocal
}).then(response => { }).then(response => {
this.formDisable = true; this.formDisable = true;
this.buttonLoading = false; this.buttonLoading = false;