index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <!--
  2. * @Author: your name
  3. * @Date: 2020-06-28 13:40:38
  4. * @LastEditTime: 2020-12-25 18:25:40
  5. * @LastEditors: Please set LastEditors
  6. * @Description: In User Settings Edit
  7. * @FilePath: \wanda-bm-guide\public\index.html
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  16. <!-- 首屏加载样式 -->
  17. <link rel="stylesheet" href="<%= BASE_URL %>indexLoading.css" type="text/css">
  18. <!-- 万达置顶条 -->
  19. <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script>
  20. <!-- 生产环境 -->
  21. <link rel="stylesheet" href="http://sso.wanda.cn/Styles/floatMenu.css" type="text/css">
  22. <script src="http://sso.wanda.cn/Scripts/common.js" type="text/javascript"></script>
  23. <!-- 测试 -->
  24. <!-- <link rel="stylesheet" href="http://sso4pub.wanda-dev.cn/Styles/floatMenu.css" type="text/css">
  25. <script src="http://sso4pub.wanda-dev.cn/Scripts/common.js" type="text/javascript"></script> -->
  26. <script src="<%= BASE_URL %>systemConf.js"></script>
  27. <script src="<%= BASE_URL %>g.js"></script>
  28. <title>万达广场管理说明书</title>
  29. <style>
  30. .map-p-label {
  31. background-color: transparent !important;
  32. border: none !important;
  33. box-shadow: none !important;
  34. }
  35. .leaflet-popup-close-button {
  36. display: none;
  37. }
  38. .leaflet-container {
  39. background: #f7f9fa !important;
  40. }
  41. .fm-menu-left-bar {
  42. z-index: 99;
  43. }
  44. .my-leaflet-div-icon{
  45. color: #333;
  46. white-space: nowrap;
  47. }
  48. .dark-my-leaflet-div-icon{
  49. color: white;
  50. white-space: nowrap;
  51. }
  52. .leaflet-popup-content-wrapper {
  53. padding: 0px !important;
  54. border-radius: 0px !important;
  55. box-shadow: none !important;
  56. }
  57. .leaflet-popup-content-wrapper .leaflet-popup-content {
  58. margin: 0 !important;
  59. min-width: 250px;
  60. background: rgba(255, 255, 255, 0.5);
  61. }
  62. .leaflet-mypopup-content {
  63. padding: 8px 12px !important;
  64. }
  65. .leaflet-mypopup-content .title {
  66. margin-bottom: 12px;
  67. }
  68. .leaflet-mypopup-content .title span {
  69. font-size: 14px;
  70. font-weight: bold;
  71. }
  72. .leaflet-mypopup-content .line {
  73. margin-bottom: 12px;
  74. }
  75. .leaflet-mypopup-content .line span {
  76. margin-right: 10px;
  77. }
  78. .leaflet-mypopup-content .line span:nth-of-type(1) {
  79. font-size: 12px;
  80. color: #8D9399;
  81. }
  82. .leaflet-mypopup-content .line span:nth-of-type(2) {
  83. font-size: 16px;
  84. color: #1F2429;
  85. }
  86. .leaflet-mypopup-content .line span:nth-of-type(3) i {
  87. display: inline-block;
  88. width: 16px;
  89. height: 16px;
  90. border-radius: 8px;
  91. color: #F54E45;
  92. }
  93. .leaflet-mypopup-content .line span:nth-of-type(3) em {
  94. font-size: 12px;
  95. color: #F54E45;
  96. }
  97. .leaflet-popup-pane .dark-leaflet-mypopup-content {
  98. padding: 8px 12px !important;
  99. background: #09173E!important;
  100. border: 1px solid #69CFEA;
  101. }
  102. .leaflet-popup-pane .dark-leaflet-mypopup-content .title {
  103. color: white;
  104. margin-bottom: 12px;
  105. }
  106. .leaflet-popup-pane .dark-leaflet-mypopup-content .title span {
  107. font-size: 14px;
  108. font-weight: bold;
  109. color: white;
  110. }
  111. .leaflet-popup-pane .dark-leaflet-mypopup-content .line {
  112. margin-bottom: 12px;
  113. color: white;
  114. }
  115. .leaflet-popup-pane .dark-leaflet-mypopup-content .line span {
  116. margin-right: 10px;
  117. color: white;
  118. }
  119. .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(1) {
  120. font-size: 12px;
  121. color: white;
  122. }
  123. .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(2) {
  124. font-size: 16px;
  125. color: white;
  126. }
  127. .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(3) i {
  128. display: inline-block;
  129. width: 16px;
  130. height: 16px;
  131. border-radius: 8px;
  132. color: #F54E45;
  133. }
  134. .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(3) em {
  135. font-size: 12px;
  136. color: #F54E45;
  137. }
  138. .p-drop-box-multiple{
  139. max-height: 400px !important;
  140. height: 290px !important;
  141. }
  142. .p-drop-box-multiple .p-drop-box-list{
  143. max-height: 400px !important;
  144. height: 290px !important;
  145. }
  146. </style>
  147. <script>
  148. var remHandle = function () {
  149. var html = document.documentElement;
  150. var width = html.clientWidth;
  151. html.style.fontSize = width / 192 + 'px';
  152. }
  153. remHandle();
  154. window.onresize = function () {
  155. remHandle();
  156. }
  157. </script>
  158. </head>
  159. <body>
  160. <!-- 置顶条问题 -->
  161. <div style="height:26px;background-color:#efefef;padding:0 10px;z-index: 999;" id="wd-fm"></div>
  162. <div id="app">
  163. </div>
  164. <!-- 生产环境 -->
  165. <script src="http://sso.wanda.cn/Scripts/floatMenu.js" type="text/javascript"></script>
  166. <!-- 测试环境 -->
  167. <!-- <script src="http://sso4pub.wanda-dev.cn/Scripts/floatMenu.js" type="text/javascript"></script> -->
  168. <script type="text/javascript">
  169. var wd_sso_menuInfo =
  170. "CRS245,,0,0,;GRP030,,1,0,;GRP124,,1,0,;GRP304,,1,0,;GRP333,,1,0,;CRS005,,1,1,;CRS203,,1,1,;CRS205,,1,1,;CRS210,,1,1,;FLM100,,1,1,;GRP032,,1,1,;GRP105,,1,2,;GRP027,,1,3,;CAD108,,1,5,;CRS201,,1,5,;GRP031,,1,6,;GRP101,,1,9,;GRP557,,1,10,;CRS099,,1,13,;CRS008,,1,14,;VDS102,,1,17,;CRS206,,1,20,;GRP108,,1,22,;GRP109,,1,23,;CRS207,,1,24,;KTV001,,1,26,;CRS208,,1,27,;GRP110,,1,28,;HTL001,,1,29,;HTL002,,1,30,;GRP111,,1,31,;CAD105,,1,34,;CRS213,,1,42,;GRP122,,1,55,;GRP127,,1,62,;GRP128,,1,63,;CAD110,,1,64,;CAD124,,0,64,;GRP129,,1,66,;KTV004,,1,67,;HTL003,,1,68,;GRP130,,1,69,;GRP134,,1,76,;CAD113,,1,77,;CAD114,,1,78,;GRP135,,1,79,;GRP136,,1,80,;GRP138,,1,82,;CAD116,,1,83,;GRP139,,1,84,;GRP140,,1,85,;CAD117,,1,86,;FLM004,,1,87,;CAD118,,1,88,;CRS217,,1,89,;GRP141,,1,90,;GRP142,,1,91,;GRP143,,1,92,;CRS218,,0,93,;GRP144,,0,94,;GRP145,,1,95,;CRS219,,1,96,;CAD119,,1,97,;FLM005,,1,99,;GRP147,,1,101,;CRS220,,1,103,;KTV005,,1,104,;GRP148,,1,105,;FLM006,,1,106,;GRP150,,1,108,;GRP152,,1,110,;GRP153,,1,111,;GRP154,,1,112,;GRP155,,1,113,;GRP156,,1,114,;GRP157,,1,115,;HTL004,,1,116,;GRP158,,1,117,;VDS002,,1,118,;GRP160,,1,119,;GRP161,,1,120,;GRP162,,1,121,;GRP164,,0,123,;GRP165,,0,124,;CRS221,,1,125,;GRP166,,1,126,;GRP167,,1,127,;CRS222,,1,128,;GRP170,,1,129,;GRP171,,1,130,;VDS003,,0,131,;CRS223,,1,132,;CAD122,,1,133,;GRP172,,1,134,;GRP173,,0,135,;CRS224,,1,136,;GRP174,,1,137,;FLM007,,1,139,;GRP175,,1,140,;GRP176,,1,142,;GRP177,,1,143,;GRP179,,1,145,;HTL005,,1,146,;HTL006,,1,147,;FLM009,,1,148,;GRP180,,1,149,;GRP181,,1,150,;GRP182,,1,151,;GRP183,,1,152,;GRP184,,1,153,;GRP185,,1,154,;GRP186,,1,155,;GRP187,,1,156,;GRP188,,1,157,;GRP190,,1,159,;FLM010,,1,160,;FLM011,,1,161,;GRP192,,1,163,;GRP193,,1,164,;GRP194,,1,166,;CAD127,,1,167,;GRP195,,1,168,;VDS004,,1,169,;GRP197,,1,171,;GRP198,,1,172,;CAD128,,1,173,;CAD129,,1,173,;CRS225,,1,174,;CAD130,,1,175,;FLM012,,1,176,;GRP199,,1,177,;CAD131,,1,179,;HTL008,,1,181,;HTL009,,1,182,;GRP200,,1,183,;FLM013,,1,184,;CRS226,,1,185,;GRP202,,1,187,;GRP203,,1,188,;CAD132,,1,190,;GRP205,,1,191,;CAD133,,1,192,;CAD134,,1,193,;HTL010,,1,194,;GRP209,,1,195,;FLM014,,1,196,;GRP210,,0,197,;GRP211,,1,198,;GRP212,,1,199,;GRP213,,1,200,;GRP215,,1,203,;CRS227,,1,212,;CRS228,,0,215,;FLM016,,1,216,;GRP230,,1,242,;GRP228,,1,220,;CRS229,,0,221,;GRP229,,1,222,;GRP231,,1,223,;GRP232,,1,224,;GRP233,,1,225,;CAD137,,1,227,;GRP234,,1,228,;GRP235,,1,229,;CRS138,,1,230,;GRP236,,1,231,;GRP238,,1,233,;GRP240,,1,235,;GRP241,,1,236,;GRP242,,1,237,;CRS230,,1,238,;GRP243,,1,238,;HTL011,,1,239,;FLM017,,1,240,;GRP244,,1,242,;CAD138,,1,245,;GRP247,,1,246,;CAD139,,1,248,;GRP249,,1,249,;GRP250,,0,250,;GRP102,,1,251,;GRP251,,1,253,;CRS231,,1,254,;CRS232,,1,255,;HTL012,,1,256,;CAD142,,1,257,;CRS233,,1,258,;GRP252,,1,259,;GRP253,,1,260,;GRP701,,0,500,;GRP510,,0,510,;CRS234,,1,561,;GRP254,,1,562,;CRS235,,1,563,;CAD143,,1,564,;CAD144,,1,565,;GRP255,,1,566,;CAD145,,1,567,;CAD146,,1,568,;GRP256,,1,569,;GRP257,,1,570,;GRP258,,1,571,;GRP259,,1,572,;CRS236,,1,574,;CAD147,,1,575,;GRP261,,1,576,;GRP262,,1,577,;GRP263,,1,578,;VDS005,,1,579,;CAD148,,1,580,;GRP264,,1,581,;GRP265,,1,582,;GRP266,,1,583,;CRS237,,1,584,;GRP267,,1,585,;GRP302,,1,585,;FLM018,,1,586,;GRP268,,1,587,;CRS238,,1,588,;GRP269,,1,589,;GRP271,,1,591,;FLM019,,1,592,;GRP272,,1,593,;GRP273,,1,594,;GRP274,,1,595,;GRP275,,1,596,;GRP276,,1,597,;CAD149,,1,598,;GRP277,,1,599,;GRP278,,1,600,;GRP279,,1,601,;GRP280,,1,602,;CRS239,,1,603,;CAD150,,1,604,;GRP281,,1,604,;GRP282,,1,606,;GRP283,,1,607,;GRP284,,1,608,;GRP285,,1,609,;CAD151,,1,610,;GRP286,,1,611,;CRS240,,1,612,;GRP287,,1,613,;GRP288,,1,615,;GRP289,,1,616,;GRP099,,0,617,;GRP291,,0,618,;GRP292,,1,619,;CRS241,,1,620,;GRP293,,1,621,;GRP294,,1,622,;GRP295,,1,623,;GRP296,,1,624,;HTL013,,1,626,;CAD152,,1,627,;HTL014,,1,627,;GRP297,,1,628,;GRP298,,1,629,;CRS242,,0,630,;GRP299,,1,631,;FLM020,,1,632,;FLM021,,1,633,;FLM022,,1,634,;FLM023,,1,635,;GRP300,,0,636,;GRP301,,0,637,;HTL015,,1,638,;HTL016,,0,639,;CAD153,,1,640,;CAD154,,1,643,;CRS244,,1,644,;GRP307,,1,645,;GRP308,,1,646,;GRP309,,1,647,;GRP310,,1,648,;GRP311,,1,649,;HTL017,,1,650,;FLM024,,1,651,;GRP312,,1,652,;GRP313,,0,653,;FLM025,,1,655,;GRP316,,1,656,;GRP317,,1,658,;CAD156,,1,659,;GRP318,,1,659,;GRP322,,1,660,;GRP323,,1,666,;GRP666,,1,666,;GRP104,,1,667,;GRP777,,0,777,;GRP778,,1,778,;GRP779,,1,779,;GRP783,,1,783,;KTV999,,1,800,";
  171. var wd_sso_passwordExpireDays = "-1";
  172. </script>
  173. <script>
  174. window.onload = function () {
  175. // var wd_fm_info = {
  176. // profile: {
  177. // username: encodeURIComponent('zhangshan')
  178. // }
  179. // }
  180. let dom = document.getElementsByClassName('fm-menu-right-bar-exit')[0];
  181. dom.addEventListener('click',clearCookie)
  182. function clearCookie() {
  183. // 清掉session
  184. sessionStorage.clear();
  185. // dom.childNodes[0].href="http://sso4pub.wanda-dev.cn/wd_sso_logout?action=exit&url=http://glsms.wanda-dev.cn/" //测试
  186. dom.childNodes[0].href="http://sso.wanda.cn/wd_sso_logout?action=exit&url=http://glsms.wanda.cn/" //生产
  187. }
  188. }
  189. </script>
  190. </body>
  191. </html>