Quellcode durchsuchen

修改浏览器图标

wangfumin vor 1 Tag
Ursprung
Commit
f26ccd11c0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -32,7 +32,7 @@
           faviconPath = basePath + 'police.ico';
           faviconPath = basePath + 'police.ico';
         } else if (appParam.fromRoute == 'xmfire') {
         } else if (appParam.fromRoute == 'xmfire') {
           faviconPath = basePath + 'jmlogo.png';
           faviconPath = basePath + 'jmlogo.png';
-        } else if (appParam.fromRoute == 'czjfire') {
+        } else if (appParam.fromRoute == 'cjzfire') {
           faviconPath = basePath + 'logo_big.ico';
           faviconPath = basePath + 'logo_big.ico';
         }
         }