lifanagju_citu 1 년 전
부모
커밋
0597e459cb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/recruit/enterprise/systemManagement/groupAccount/components/link.vue

+ 0 - 1
src/views/recruit/enterprise/systemManagement/groupAccount/components/link.vue

@@ -33,7 +33,6 @@ const props = defineProps({
 const day = 30
 const code = ref('')
 const accessUrl = import.meta.env.VITE_ACCESS_BASE_URL
-// const shareUrlTxt = ref(accessUrl + '/groupAccount/add?code=' + code.value )
 const shareUrlTxt = computed(() => {
   return accessUrl + '/invite?code=' + code.value
 })