This commit is contained in:
2025-12-09 18:10:30 +08:00
parent 8c96c1ffa4
commit ef0abd2cc9
3 changed files with 100 additions and 13 deletions

View File

@@ -16,7 +16,7 @@
<script setup>
import { Check, Loading } from '@element-plus/icons-vue'
import { Check } from '@element-plus/icons-vue'
const route = useRoute()
const scene = ref('auth') // auth: 企业认证, sign: 合同签署

View File

@@ -37,10 +37,8 @@
<script setup>
import {
CheckIcon,
DocumentTextIcon
DocumentTextIcon
} from '@heroicons/vue/24/outline'
import { ElMessage } from 'element-plus'
defineProps({
companyName: {