Browse Source

修复code组件判断

master
luyisha 2 years ago
parent
commit
38d2cfe18f
  1. 2
      layout/vCode.vue

2
layout/vCode.vue

@ -80,7 +80,7 @@ export default {
this.inSend = true; this.inSend = true;
serve.post(this.url, this.data) serve.post(this.url, this.data)
.then((res) => { .then((res) => {
if(res.code!=='200'){//4001|1004 if(res.code!='200'){//4001|1004
this.inSend = false this.inSend = false
this.$toast(res.message); this.$toast(res.message);
// //

Loading…
Cancel
Save