guhongwei 3 lat temu
rodzic
commit
e899bf6773
1 zmienionych plików z 1 dodań i 0 usunięć
  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('登录成功');