@@ -6,8 +6,6 @@
import { ref, reactive, watch, nextTick } from 'vue'
import { i18n } from "@/stores"
-const { t } = i18n.global
-
const props = defineProps({
// 是否开启服务端验证
servertest: {