wupengfei
3 天以前 e9b63ce57c9cfdcda6c205f0a1de8a6aff4d99cd
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 ?? '';
  }