浏览代码

修复bug

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;