option: replace leveldb with redis in storing message code

This commit is contained in:
RockYang
2023-11-22 10:57:24 +08:00
parent 8901cf8e81
commit 8f63e348b3
12 changed files with 35 additions and 154 deletions

View File

@@ -18,7 +18,7 @@
<el-form-item label="手机验证码">
<el-row :gutter="20">
<el-col :span="16">
<el-input v-model.number="form.code" maxlength="6"/>
<el-input v-model="form.code" maxlength="6"/>
</el-col>
<el-col :span="8">
<send-msg size="" :mobile="form.mobile"/>