| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | 
							- <!DOCTYPE html>
 
- <html lang="zh-CN">
 
- <head>
 
-     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 
-     <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
 
-     <meta http-equiv="Pragma" content="no-cache" />
 
-     <meta http-equiv="Expires" content="0" />
 
-     <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
 
-     <link rel="stylesheet" type="text/css" href="css/v10/root.css" charset="UTF-8" />
 
-     <link rel="stylesheet" type="text/css" href="css/v10/style.css" id="oo-css-skin" charset="UTF-8" />
 
-     <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
 
-     <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
 
-     <title></title>
 
-     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
-     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
 
-     <meta content="yes" name="apple-mobile-web-app-capable" />
 
-     <meta content="black" name="apple-mobile-web-app-status-bar-style" />
 
-     <meta content="telephone=no" name="format-detection" />
 
- </head>
 
- <body style="overflow: auto; margin:0px">
 
- <div id="appContent" class="appContent" style="overflow: auto"></div>
 
- <!--<script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>-->
 
- <script src="../o2_core/o2.min.js"></script>
 
- <script src="js/base_document.min.js"></script>
 
- <script src="js/o2m.api.js"></script>
 
- <script src="js/cmsDocMobile.min.js"></script>
 
- <script src="../o2_lib/Decimal.js"></script>
 
- <script>layout.mobile = true;</script>
 
- <script text="text/javascript">
 
-     // 根据ua判断当前环境 加载各种jssdk
 
-     var u = navigator.userAgent.toLocaleLowerCase();
 
-     if (/uni-app/i.test(u)) { // uniapp开发的app
 
-         var script = document.createElement("script");
 
-         script.type = "text/javascript";
 
-         script.src = "../o2_lib/uniapp/uni.webview.1.5.2.js";
 
-         document.body.appendChild(script);
 
-     }else if (/dingtalk/i.test(u)) { // 钉钉
 
-         
 
-     }
 
- </script>
 
- </body>
 
- </html>
 
 
  |