Browse Source

放开消小程序配置

master
xuwenbo 4 years ago
parent
commit
1167a6a02a
  1. 18
      src/views/wechat/config/wxapp.vue

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

@ -7,15 +7,15 @@
<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="小程序验证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