zhaoke 3 سال پیش
والد
کامیت
eaf1e4b037
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;