diff --git a/src/config/sms.js b/src/config/sms.js index 7322e0e..d05cd39 100644 --- a/src/config/sms.js +++ b/src/config/sms.js @@ -30,5 +30,5 @@ module.exports = { }, // 是否启用短信发送(关闭时仅打印日志不真实发送) - enabled: true + enabled: false }; diff --git a/view/admin/system/sms_index.html b/view/admin/system/sms_index.html index 1a64b47..ec57b2b 100644 --- a/view/admin/system/sms_index.html +++ b/view/admin/system/sms_index.html @@ -17,6 +17,8 @@ + + @@ -86,7 +88,9 @@ const app = createApp({ const bizTypeMap = { real_name_auth: { type: 'primary', text: '实名认证' }, - change_phone: { type: 'warning', text: '修改手机号' } + change_phone: { type: 'warning', text: '修改手机号' }, + audit_approved: { type: 'success', text: '审核通过' }, + audit_rejected: { type: 'danger', text: '审核驳回' } }; const statusMap = {