|
@@ -26,6 +26,10 @@
|
|
faviconPath = basePath + 'fire.ico';
|
|
faviconPath = basePath + 'fire.ico';
|
|
} else if (appParam == '2') {
|
|
} else if (appParam == '2') {
|
|
faviconPath = basePath + 'police.ico';
|
|
faviconPath = basePath + 'police.ico';
|
|
|
|
+ } else if (appParam == '3') {
|
|
|
|
+ faviconPath = basePath + 'jmlogo.png';
|
|
|
|
+ } else if (appParam == '4') {
|
|
|
|
+ faviconPath = basePath + 'logo_big.ico';
|
|
}
|
|
}
|
|
|
|
|
|
// 查找现有的favicon链接元素
|
|
// 查找现有的favicon链接元素
|