index.html 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <!--
  2. * @Author: your name
  3. * @Date: 2020-06-28 13:40:38
  4. * @LastEditTime: 2020-07-16 16:19:35
  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. white-space: nowrap;
  46. }
  47. .leaflet-popup-content-wrapper {
  48. padding: 0px !important;
  49. border-radius: 0px !important;
  50. box-shadow: none !important;
  51. }
  52. .leaflet-popup-content-wrapper .leaflet-popup-content {
  53. margin: 0 !important;
  54. min-width: 250px;
  55. background: rgba(255, 255, 255, 0.5);
  56. }
  57. .leaflet-mypopup-content {
  58. padding: 8px 12px !important;
  59. }
  60. .leaflet-mypopup-content .title {
  61. margin-bottom: 12px;
  62. }
  63. .leaflet-mypopup-content .title span {
  64. font-size: 14px;
  65. font-weight: bold;
  66. }
  67. .leaflet-mypopup-content .line {
  68. margin-bottom: 12px;
  69. }
  70. .leaflet-mypopup-content .line span {
  71. margin-right: 10px;
  72. }
  73. .leaflet-mypopup-content .line span:nth-of-type(1) {
  74. font-size: 12px;
  75. color: #8D9399;
  76. }
  77. .leaflet-mypopup-content .line span:nth-of-type(2) {
  78. font-size: 16px;
  79. color: #1F2429;
  80. }
  81. .leaflet-mypopup-content .line span:nth-of-type(3) i {
  82. display: inline-block;
  83. width: 16px;
  84. height: 16px;
  85. border-radius: 8px;
  86. color: #F54E45;
  87. }
  88. .leaflet-mypopup-content .line span:nth-of-type(3) em {
  89. font-size: 12px;
  90. color: #F54E45;
  91. }
  92. </style>
  93. <script>
  94. var remHandle = function () {
  95. var html = document.documentElement;
  96. var width = html.clientWidth;
  97. html.style.fontSize = width / 192 + 'px';
  98. }
  99. remHandle();
  100. window.onresize = function () {
  101. remHandle();
  102. }
  103. </script>
  104. </head>
  105. <body>
  106. <noscript>
  107. <strong>We're sorry but wandaspecificationofsanming doesn't work properly without JavaScript enabled. Please
  108. enable
  109. it to continue.</strong>
  110. </noscript>
  111. <!-- 置顶条问题 -->
  112. <div style="height:26px;background-color:#efefef;padding:0 10px;z-index: 999;" id="wd-fm"></div>
  113. <div id="app">
  114. <!-- 首屏加载,只在main.ts中写时,页面还是有很长时间的空白,故在此也写首屏加载 -->
  115. <!-- <div class="p-index-loading">
  116. <ul class="p-index-loading-box">
  117. <li class="p-index-loading-list p-index-loading-list-1" />
  118. <li class="p-index-loading-list p-index-loading-list-2" />
  119. <li class="p-index-loading-list p-index-loading-list-3" />
  120. <li class="p-index-loading-list p-index-loading-list-4" />
  121. <li class="p-index-loading-list p-index-loading-list-5" />
  122. <li class="p-index-loading-list p-index-loading-list-6" />
  123. </ul>
  124. </div> -->
  125. </div>
  126. <!-- 生产环境 -->
  127. <script src="http://sso.wanda.cn/Scripts/floatMenu.js" type="text/javascript"></script>
  128. <!-- 测试环境 -->
  129. <!-- <script src="http://sso4pub.wanda-dev.cn/Scripts/floatMenu.js" type="text/javascript"></script> -->
  130. <script type="text/javascript">
  131. var wd_sso_menuInfo =
  132. "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,";
  133. var wd_sso_passwordExpireDays = "-1";
  134. </script>
  135. <script>
  136. window.onload = function () {
  137. // var wd_fm_info = {
  138. // profile: {
  139. // username: encodeURIComponent('zhangshan')
  140. // }
  141. // }
  142. let dom = document.getElementsByClassName('fm-menu-right-bar-exit')[0];
  143. dom.addEventListener('click',clearCookie)
  144. function clearCookie() {
  145. // 清掉session
  146. sessionStorage.clear();
  147. // dom.childNodes[0].href="http://sso4pub.wanda-dev.cn/wd_sso_logout?action=exit&url=http://glsms.wanda-dev.cn/" //测试
  148. dom.childNodes[0].href="http://sso.wanda.cn/wd_sso_logout?action=exit&url=http://glsms.wanda.cn/" //生产
  149. }
  150. }
  151. </script>
  152. </body>
  153. </html>