Browse Source

去除渐进加载图片的优化

Michael Wang 5 years ago
parent
commit
41370bc3e8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/features/Login/Login.vue

+ 2 - 3
src/features/Login/Login.vue

@@ -197,9 +197,8 @@ export default {
   },
   computed: {
     logoPath() {
-      return this.QECSConfig.LOGO_FILE_URL
-        ? this.QECSConfig.LOGO_FILE_URL + "!/progressive/true/format/webp"
-        : "";
+      // "!/progressive/true/format/webp"
+      return this.QECSConfig.LOGO_FILE_URL ? this.QECSConfig.LOGO_FILE_URL : "";
     },
     productName() {
       return this.QECSConfig.OE_STUDENT_SYS_NAME || "远程教育网络考试";