123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <!--
- * @Author: your name
- * @Date: 2020-06-28 13:40:38
- * @LastEditTime: 2020-12-25 18:25:40
- * @LastEditors: Please set LastEditors
- * @Description: In User Settings Edit
- * @FilePath: \wanda-bm-guide\public\index.html
- -->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <!-- 首屏加载样式 -->
- <link rel="stylesheet" href="<%= BASE_URL %>indexLoading.css" type="text/css">
- <!-- 万达置顶条 -->
- <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></script>
- <!-- 生产环境 -->
- <link rel="stylesheet" href="http://sso.wanda.cn/Styles/floatMenu.css" type="text/css">
- <script src="http://sso.wanda.cn/Scripts/common.js" type="text/javascript"></script>
- <!-- 测试 -->
- <!-- <link rel="stylesheet" href="http://sso4pub.wanda-dev.cn/Styles/floatMenu.css" type="text/css">
- <script src="http://sso4pub.wanda-dev.cn/Scripts/common.js" type="text/javascript"></script> -->
- <script src="<%= BASE_URL %>systemConf.js"></script>
- <script src="<%= BASE_URL %>g.js"></script>
- <title>万达广场管理说明书</title>
- <style>
- .map-p-label {
- background-color: transparent !important;
- border: none !important;
- box-shadow: none !important;
- }
- .leaflet-popup-close-button {
- display: none;
- }
- .leaflet-container {
- background: #f7f9fa !important;
- }
- .fm-menu-left-bar {
- z-index: 99;
- }
- .my-leaflet-div-icon{
- color: #333;
- white-space: nowrap;
- }
- .dark-my-leaflet-div-icon{
- color: white;
- white-space: nowrap;
- }
- .leaflet-popup-content-wrapper {
- padding: 0px !important;
- border-radius: 0px !important;
- box-shadow: none !important;
- }
- .leaflet-popup-content-wrapper .leaflet-popup-content {
- margin: 0 !important;
- min-width: 250px;
- background: rgba(255, 255, 255, 0.5);
- }
- .leaflet-mypopup-content {
- padding: 8px 12px !important;
-
- }
- .leaflet-mypopup-content .title {
- margin-bottom: 12px;
- }
- .leaflet-mypopup-content .title span {
- font-size: 14px;
- font-weight: bold;
- }
- .leaflet-mypopup-content .line {
- margin-bottom: 12px;
- }
- .leaflet-mypopup-content .line span {
- margin-right: 10px;
- }
- .leaflet-mypopup-content .line span:nth-of-type(1) {
- font-size: 12px;
- color: #8D9399;
- }
- .leaflet-mypopup-content .line span:nth-of-type(2) {
- font-size: 16px;
- color: #1F2429;
- }
- .leaflet-mypopup-content .line span:nth-of-type(3) i {
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 8px;
- color: #F54E45;
- }
- .leaflet-mypopup-content .line span:nth-of-type(3) em {
- font-size: 12px;
- color: #F54E45;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content {
- padding: 8px 12px !important;
- background: #09173E!important;
- border: 1px solid #69CFEA;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .title {
- color: white;
- margin-bottom: 12px;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .title span {
- font-size: 14px;
- font-weight: bold;
- color: white;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .line {
- margin-bottom: 12px;
- color: white;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .line span {
- margin-right: 10px;
- color: white;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(1) {
- font-size: 12px;
- color: white;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(2) {
- font-size: 16px;
- color: white;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(3) i {
- display: inline-block;
- width: 16px;
- height: 16px;
- border-radius: 8px;
- color: #F54E45;
- }
- .leaflet-popup-pane .dark-leaflet-mypopup-content .line span:nth-of-type(3) em {
- font-size: 12px;
- color: #F54E45;
- }
- .p-drop-box-multiple{
- max-height: 400px !important;
- height: 290px !important;
- }
- .p-drop-box-multiple .p-drop-box-list{
- max-height: 400px !important;
- height: 290px !important;
- }
- </style>
- <script>
- var remHandle = function () {
- var html = document.documentElement;
- var width = html.clientWidth;
- html.style.fontSize = width / 192 + 'px';
- }
- remHandle();
- window.onresize = function () {
- remHandle();
- }
- </script>
- </head>
- <body>
- <!-- 置顶条问题 -->
- <div style="height:26px;background-color:#efefef;padding:0 10px;z-index: 999;" id="wd-fm"></div>
- <div id="app">
- </div>
- <!-- 生产环境 -->
- <script src="http://sso.wanda.cn/Scripts/floatMenu.js" type="text/javascript"></script>
- <!-- 测试环境 -->
- <!-- <script src="http://sso4pub.wanda-dev.cn/Scripts/floatMenu.js" type="text/javascript"></script> -->
- <script type="text/javascript">
- var wd_sso_menuInfo =
- "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,";
- var wd_sso_passwordExpireDays = "-1";
- </script>
- <script>
- window.onload = function () {
- // var wd_fm_info = {
- // profile: {
- // username: encodeURIComponent('zhangshan')
- // }
- // }
- let dom = document.getElementsByClassName('fm-menu-right-bar-exit')[0];
- dom.addEventListener('click',clearCookie)
- function clearCookie() {
- // 清掉session
- sessionStorage.clear();
- // dom.childNodes[0].href="http://sso4pub.wanda-dev.cn/wd_sso_logout?action=exit&url=http://glsms.wanda-dev.cn/" //测试
- dom.childNodes[0].href="http://sso.wanda.cn/wd_sso_logout?action=exit&url=http://glsms.wanda.cn/" //生产
- }
- }
- </script>
- </body>
- </html>
|