|
|
@@ -2561,7 +2561,7 @@
|
|
|
<!-- 小米 -->
|
|
|
<el-form ref="form34" :model="form34" :rules="rules34" label-width="300px">
|
|
|
<el-form-item label="离线推送 小米系统申请channel_id">
|
|
|
- <el-input v-model="form34.wx_channel_id" style="width: 200px"></el-input>
|
|
|
+ <el-input v-model="form34.xm_channel_id" style="width: 200px"></el-input>
|
|
|
</el-form-item>
|
|
|
<el-form-item label="离线推送 华为系统申请channel_id">
|
|
|
<el-input v-model="form34.hw_channel_id" style="width: 200px"></el-input>
|
|
|
@@ -3473,7 +3473,7 @@ export default {
|
|
|
},
|
|
|
submitForm34(){
|
|
|
console.log('configId',this.configId);
|
|
|
- var param={configId:this.configId,configValue:JSON.stringify(this.form34)}
|
|
|
+ var param={configId:this.configId,configKey: this.configKey,configValue:JSON.stringify(this.form34)}
|
|
|
updateConfigByKey(param).then(response => {
|
|
|
if (response.code === 200) {
|
|
|
this.msgSuccess("修改成功");
|