wupengfei
4 天以前 909ec2e94817a60fbb65c9fc806ad1f54ea6b93c
apps/cMiniApp/src/subpackages/login/loginByForm/verificationCodeLoginForm.vue
@@ -79,7 +79,7 @@
    { showLoading: false, getResponse: true }
  );
  if (res) {
  if (res && process.env.APP_ENV === 'staging') {
    // @ts-ignore
    form.verificationCode = res?.data?.extras?.code ?? '';
  }