Ver código fonte

修改了logo图

gyj 2 anos atrás
pai
commit
3566f3bd09

BIN
public/favicon.ico Ver arquivo


BIN
public/favicon1.ico Ver arquivo


BIN
src/assets/images/logo.png Ver arquivo


BIN
src/assets/images/logos.png Ver arquivo


BIN
src/assets/logo/logo.png Ver arquivo


+ 5
- 2
src/views/caseManagement/components/mediation.vue Ver arquivo

186
         this.caseApplicationSelectByIdFn({
186
         this.caseApplicationSelectByIdFn({
187
           id: this.mediationData.id
187
           id: this.mediationData.id
188
         });
188
         });
189
-        this.getUser();
189
+        this.getUser(); 
190
       }
190
       }
191
     }
191
     }
192
   },
192
   },
197
       secretaryRoleByUserId({
197
       secretaryRoleByUserId({
198
         userId: this.userId
198
         userId: this.userId
199
       }).then(res => {
199
       }).then(res => {
200
-        this.isSecretaryRole = res.data.isSecretaryRole;
200
+         this.isSecretaryRole = res.data.isSecretaryRole;
201
+         if(this.recordArrMediate){
202
+          this.isSecretaryRole = false
203
+        }
201
       })
204
       })
202
     },
205
     },
203
     /**上传地址*/
206
     /**上传地址*/

+ 6
- 6
src/views/login.vue Ver arquivo

176
     width: 50%;
176
     width: 50%;
177
     height: 90%;
177
     height: 90%;
178
     .leftIcon {
178
     .leftIcon {
179
-      height: 10%;
179
+      height: 20%;
180
       width: 100%;
180
       width: 100%;
181
-      margin: 5% 10% 1% 15%;
181
+      margin: 0% 10% 1% 15%;
182
       .Icon {
182
       .Icon {
183
-        width: 45px;
184
-        height: 45px;
185
-        background-image: url("../assets/images/mediate.svg");
183
+        width: 100px;
184
+        height: 105px;
185
+        background-image: url("../assets/images/logos.png");
186
         background-size: cover;
186
         background-size: cover;
187
       }
187
       }
188
       div {
188
       div {
189
-        font-size: 17px;
189
+        font-size: 18px;
190
       }
190
       }
191
     }
191
     }
192
     .leftImage {
192
     .leftImage {