瀏覽代碼

去除渐进加载图片的优化

Michael Wang 5 年之前
父節點
當前提交
41370bc3e8
共有 1 個文件被更改,包括 2 次插入3 次删除
  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 || "远程教育网络考试";