diff --git a/src/views/dk/HomeSetting/index.vue b/src/views/dk/HomeSetting/index.vue index a58f8e4..c76fa87 100644 --- a/src/views/dk/HomeSetting/index.vue +++ b/src/views/dk/HomeSetting/index.vue @@ -88,7 +88,8 @@ export default { homeTitle: this.form.homeTitle, bannerOne:this.form.bannerOne, commonSeal:this.form.commonSeal, - chatUrl: this.form.chatUrl + chatUrl: this.form.chatUrl, + defaultLocal: this.form.defaultLocal }).then(response => { this.formDisable = true; this.buttonLoading = false;