root 2 years ago
parent
commit
8c48ffba04
5 changed files with 7 additions and 7 deletions
  1. BIN
      img/favicon.ico
  2. 4 4
      index.html
  3. 1 1
      js/Controls/Basic.js
  4. 1 1
      js/Controls/Basic/Form.js
  5. 1 1
      js/Controls/index.js

BIN
img/favicon.ico


+ 4 - 4
index.html

@@ -7,8 +7,8 @@
     <meta http-equiv="Cache-Control" content="no-transform" />
     <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
     <meta name="renderer" content="webkit" />
-    <meta name="application-name" content="可可乐博信息化桌面" />
-    <meta name="msapplication-tooltip" content="可可乐博信息化桌面" />
+    <meta name="application-name" content="可可乐博智慧平台" />
+    <meta name="msapplication-tooltip" content="可可乐博智慧平台" />
     <meta http-equiv="pragma" content="no-cache" />
     <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
     <meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT" />
@@ -31,8 +31,8 @@
     <meta name="baidu-tc-cerfication" content="2380c76f3aa8a080de8fda7e2659a58b" />
     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="" />
     <link rel="apple-touch-icon-precomposed" sizes="144x144" href="" />
-    <link href="img/YIC.ico" rel="Shortcut Icon" />
-    <title>可可乐博信息化桌面</title>
+    <link href="img/favicon.ico" rel="Shortcut Icon" />
+    <title>可可乐博智慧平台</title>
     <link href="css/Desktop/Desktop.css" rel="stylesheet" type="text/css" />
     <link href="./css/Desktop/Desktop.css" rel="stylesheet" type="text/css" />
     <link href="css/Desktop/Taskbar.css" rel="stylesheet" type="text/css" />

+ 1 - 1
js/Controls/Basic.js

@@ -2040,7 +2040,7 @@ U.UF.UI.form.prototype = {
                         //关闭任务栏处理
                         if (U.MD.D.T.taskbar.close) {
                             U.MD.D.T.taskbar.close({ "forms": _formel });
-                            U.MD.N.urlWrite("", "可可乐博信息化桌面");
+                            U.MD.N.urlWrite("", "可可乐博智慧平台");
                         }
                     } catch (e) { }
                     //回调处理

+ 1 - 1
js/Controls/Basic/Form.js

@@ -263,7 +263,7 @@ U.UF.UI.form.prototype = {
                         //关闭任务栏处理
                         if (U.MD.D.T.taskbar.close) {
                             U.MD.D.T.taskbar.close({ "forms": _formel });
-                            U.MD.N.urlWrite("", "可可乐博信息化桌面");
+                            U.MD.N.urlWrite("", "可可乐博智慧平台");
                         }
                     } catch (e) {}
                     //回调处理

+ 1 - 1
js/Controls/index.js

@@ -2015,7 +2015,7 @@ U.UF.UI.form.prototype = {
                         //关闭任务栏处理
                         if (U.MD.D.T.taskbar.close) {
                             U.MD.D.T.taskbar.close({ "forms": _formel });
-                            U.MD.N.urlWrite("", "可可乐博信息化桌面");
+                            U.MD.N.urlWrite("", "可可乐博智慧平台");
                         }
                     } catch (e) {}
                     //回调处理