Skip to content

Commit

Permalink
修复前端编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed Nov 27, 2023
1 parent 3ef0201 commit 3445f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const userStore = useUserStore()
const authStore = useAuthStore()
const ms = useMessage()
const isShowCaptcha = ref<boolean>(false)
const isShowRegister = ref<boolean>(false)
// const isShowRegister = ref<boolean>(false)
const captchaRef = ref()
Expand Down

0 comments on commit 3445f97

Please sign in to comment.