zhaoke hace 3 años
padre
commit
eaf1e4b037
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/App.vue

+ 2 - 0
src/App.vue

@@ -234,6 +234,8 @@ export default {
         const obj = {
           LoginName: this.name,
           LoginPwd: this.form.pwd,
+          token: getCodeToken(),
+          userType: sessionStorage.getItem('UserType')
         };
         if (Number(this.errorNum) >= 2) {
           obj.CheckCode = this.form.identify;