Browse Source

小程序配置移除不用的配置

master
hupeng 4 years ago committed by xuwenbo
parent
commit
2d14b826a2
  1. 9
      src/views/wechat/config/wxapp.vue

9
src/views/wechat/config/wxapp.vue

@ -7,15 +7,6 @@
<el-form-item label="小程序密钥">
<el-input v-model="form.wxapp_secret" style="width: 370px;" type="password" />
</el-form-item>
<el-form-item label="小程序验证TOKEN">
<el-input v-model="form.wechat_ma_token" style="width: 370px;" />
</el-form-item>
<el-form-item label="小程序EncodingAESKey">
<el-input v-model="form.wechat_ma_encodingaeskey" style="width: 370px;" />
</el-form-item>
<el-form-item label="微信服务器地址">
<el-input v-model="form.wxapi" :disabled="true" style="width: 370px;" />
</el-form-item>
<el-form-item label="">
<el-button type="primary" @click="doSubmit">提交</el-button>
</el-form-item>

Loading…
Cancel
Save