Browse Source

验证码不存在

lifanagju_citu 7 tháng trước cách đây
mục cha
commit
6df23f95da
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/login/components/editPassword.vue

+ 2 - 2
src/views/login/components/editPassword.vue

@@ -58,8 +58,8 @@ const props = defineProps({
 })
 
 const scene = ref()
-// scene.value = props.isReset ? 33 : 32 // 32-修改密码  33-忘记密码
-scene.value = 30 // 暂时都用30
+scene.value = props.isReset ? 33 : 32 // 32-修改密码  33-忘记密码
+// scene.value = 30 // 暂时都用30
 
 let query = reactive({
   password: '',