update register

This commit is contained in:
RuoYi
2025-06-24 12:06:13 +08:00
parent 7e3bf005d5
commit 0eb4e30dee

View File

@@ -38,9 +38,10 @@
<script setup>
import { getCodeImg, register } from '@/api/login'
import { ref, getCurrentInstance } from "vue"
import { useConfigStore } from '@/store'
const { proxy } = getCurrentInstance()
const globalConfig = getApp().globalData.config
const globalConfig = useConfigStore().config
const codeUrl = ref("")
// 验证码开关
const captchaEnabled = ref(true)