This commit is contained in:
2023-09-19 14:34:21 +08:00
parent 4c2c1739fc
commit e1446b6082
256 changed files with 262 additions and 227 deletions

View File

@ -889,7 +889,7 @@ const selectTime = () => {
const subText = () => {
//发送短信
getsendSms(multipleSelection.value).then(res => {
if (res.data.code == 'OK') {
if (res.data.code == '200') {
ElMessage({
message: '发送成功',
type: 'success',