Browse Source

更新登录

guhongwei 3 years ago
parent
commit
e899bf6773
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/Login.vue

+ 1 - 0
src/views/Login.vue

@@ -114,6 +114,7 @@ export default {
       console.log(data);
       data.type = '4';
       if (data.type == '4') {
+        data.code == 'CGPIXT';
         let res = await this.perLogin({ user: data });
         if (this.$checkRes(res)) {
           this.$message.success('登录成功');