大小写修正,否则在linux会出现构建失败的情况

RollupError: Could not resolve "./send/aliyunSmsSend.vue" from "src/views/dev/sms/form.vue"

Signed-off-by: 王杰光 <871834898@qq.com>
pull/208/MERGE
王杰光 2024-05-08 02:02:28 +00:00 committed by 小诺
parent 5ca43282db
commit ac1193f7bf
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
<script setup name="smsForm">
import XiaouoSmsSend from './send/xiaonuoSmsSend.vue'
import AliyunSmsSend from './send/aliyunSmsSend.vue'
import TencentSmsSend from './send/tencentSmsSend.vue'
import AliyunSmsSend from './send/AliyunSmsSend.vue'
import TencentSmsSend from './send/TencentSmsSend.vue'
const xiaonuoSmsSendRef = ref()
const aliyunSmsSendRef = ref()