Browse Source

更新名称

李顺 3 years ago
parent
commit
785dc807b0

+ 3 - 3
src/bigDataPanel/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.0.0/css/bootstrap.min.css">
     <link type="text/css" rel="stylesheet" href="./css/login.css">
@@ -14,12 +14,12 @@
         <div class="loadingCartoon">
             <div class="mask">
                 <div class="loading-logo">
-                    <img src="./css/img/back.png" alt="长江大保护GIS+BIM数字管网系统">
+                    <img src="./css/img/back.png" alt="长江大保护智慧EPC管控平台">
                 </div>
                 <div class="title">
                     <h1>
                         <div class="marklog"><img src='./css/img/companymark.png' /></div>
-                        长江大保护GIS+BIM数字管网系统
+                        长江大保护智慧EPC管控平台
                     </h1>
                 </div>
                 <div class="progressContainer">

+ 3 - 3
src/configure.ts

@@ -20,8 +20,8 @@ var AppX = {
         "excavationRegion": [104.678724018602, 31.5467934286538, 600, 104.706247791155, 31.5467892556996, 600, 104.704816666531, 31.5288749593986, 600, 104.679306640162, 31.5296956607958, 600],//开挖范围
         "excavationDepth": 1000,//开挖深度,单位m
         "transparentLayers": ["Config"],//透明地表
-        "apiRoot": "http://192.168.2.235:1111",//后台接口地址    
-        //"apiRoot": "https://yeepms.yeec.com.cn/gis-api",//后台接口地址
+        //"apiRoot": "http://192.168.2.235:1111",//后台接口地址    
+        "apiRoot": "https://yeepms.yeec.com.cn/gis-api",//后台接口地址
         "myDeskUrl":"https://uac.ctg.com.cn/sso/login",//mydesk地址    
         "userToken": "",//系统用户token
         "currentPrj":undefined,//当前项目
@@ -111,7 +111,7 @@ var AppX = {
         "copyright": {
             "company": "同飞科技",
             "url": "http://www.tofly.cn",
-            "title": "长江大保护GIS+BIM数字管网系统",//系统标题
+            "title": "长江大保护智慧EPC管控平台",//系统标题
             "version": "V1.0",//主版本号.分子版本号.小版本号.日期版本号_阶段标识
             "helpUrl": "docs/help",//帮助
             "aboutUrl": "docs/about"//关于

+ 4 - 4
src/controlPanel/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.0.0/css/bootstrap.min.css">
     <link type="text/css" rel="stylesheet" href="./css/login.css">
@@ -16,11 +16,11 @@
 
                 <div class="loading-logo">
                     <div class="marklog"><img src='./css/img/companymark.png' /></div>
-                    <img src="./css/img/loadback.png" alt="长江大保护GIS+BIM数字管网系统">
+                    <img src="./css/img/loadback.png" alt="长江大保护智慧EPC管控平台">
                 </div>
                 <div class="title">
                     <h1>
-                        长江大保护GIS+BIM数字管网系统
+                        长江大保护智慧EPC管控平台
                     </h1>
                 </div>
                 <div class="progressContainer">
@@ -40,7 +40,7 @@
         <div class="logoContainer">
             <p>
                      <img src='./css/img/companymark.png' />
-               长江大保护GIS+BIM数字管网系统
+               长江大保护智慧EPC管控平台
             </p>
         </div>
               <div class='titlespan'>

+ 1 - 1
src/docs/version/index.html

@@ -10,7 +10,7 @@
 <body>
     <!--#insert file="-markdown.html" -->
     <link rel="stylesheet" href="github-markdown.css">
-    <h1 id="-3-0-0">长江大保护GIS+BIM数字管网系统V1.0.0</h1>
+    <h1 id="-3-0-0">长江大保护智慧EPC管控平台V1.0.0</h1>
     <hr>
     <h3 id="-2019-03-22">更新日期:2019.3.22</h3>
     <p><strong>点选查询</strong></p>

+ 1 - 1
src/index.html

@@ -4,7 +4,7 @@
 <head>
     <meta charset="utf-8" />
     <meta http-equiv="x-ua-compatible" content="ie=edge" />
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <meta name="description" content="" />
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
     <link rel="apple-touch-icon" href="apple-touch-icon.png" />

BIN
src/login/css/img/bg.png


+ 1 - 1
src/login/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.0.0/css/bootstrap.min.css">
     <link type="text/css" rel="stylesheet" href="./css/login.css">

BIN
src/loginWithMSG/css/img/bg.png


+ 1 - 1
src/loginWithMSG/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.0.0/css/bootstrap.min.css">
     <link type="text/css" rel="stylesheet" href="./css/login.css">

+ 1 - 1
src/newsPage/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.0.0/css/bootstrap.min.css">

+ 5 - 5
src/projectSelectPanel/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.3.1/css/bootstrap.min.css">
     <link type="text/css" rel="stylesheet" href="../vendor/jquery-datatables-1.10.18/css/dataTables.bootstrap.min.css">
@@ -12,16 +12,16 @@
 </head>
 
 <body>
-    <div id='mainContainer' class='hidemainContainer'>
+    <!-- <div id='mainContainer' class='hidemainContainer'>
         <div class="loadingCartoon">
             <div class="mask">
                 <div class="loading-logo">
-                    <img src="./css/img/back.png" alt="长江大保护GIS+BIM数字管网系统">
+                    <img src="./css/img/back.png" alt="长江大保护智慧EPC管控平台">
                 </div>
                 <div class="title">
                     <h1>
                         <div class="marklog"><img src='./css/img/companymark.png' /></div>
-                        长江大保护GIS+BIM数字管网系统
+                        长江大保护智慧EPC管控平台
                     </h1>
                 </div>
                 <div class="progressContainer">
@@ -52,7 +52,7 @@
             </table>
         </div>
         </div>
-    </div>
+    </div> -->
 </body>
 <script type="text/javascript" src="../vendor/jquery-3.3.1/jquery.min.js"></script>
 <script type="text/javascript" src="../vendor/js-security/sha1.js"></script>

+ 28 - 6
src/projectSelectPanel/js/login.js

@@ -38,11 +38,13 @@ function load() {
                 console.log(data);
                 if (data.code == 1) {
                     $("#mainContainer").removeClass("hidemainContainer");
-                    loadingCartoon();
-                    initTable(data);
-                    bindInit();
-                    closeSys();
-                    enterBigScreen();
+                    // loadingCartoon();
+                    // initTable(data);
+                    // bindInit();
+                    // closeSys();
+                    // enterBigScreen();
+                    const prjaryy=getPrj(data,45);
+                    setPrj(prjaryy[0]);
                 } else {
                     console.error(data.message);
                     window.location.href = SYS_ADDR + "/login/";
@@ -92,7 +94,27 @@ function load() {
         });
         window.location.href = SYS_ADDR + "/login/";
     }
-
+    function getPrj(result,id){
+        var rows = result.result;
+        var prjArra = [];
+        for (var i = 0; i < rows.length; i++) {
+            var dep = rows[i];
+            var depname = dep.orgName;
+            var prjList = dep.prjList;
+            for (var j = 0; j < prjList.length; j++) {
+                var prj = prjList[j];
+                var rowspan = 0;
+                if (j === 0) {
+                    rowspan = prjList.length;
+                }
+                if(prj.id===id){
+                    prjArra.push({ prjid: prj.id,position:prj["geo_info"], index: prjArra.length + 1, orgName: depname, province: prj.gcfw, unit: prj.unit, code: prj.code, name: prj.name, rowspan: rowspan });
+                }
+            }
+        }
+        Cookies.set(hex_sha1("ProjectArray"), JSON.stringify(prjArra));
+        return prjArra;
+    }
     function initTable(result) {
         var that = this;
         var rows = result.result;

BIN
src/rlogin/css/img/bg.png


+ 1 - 1
src/rlogin/index.html

@@ -3,7 +3,7 @@
 
 <head>
     <meta charset="UTF-8">
-    <title>长江大保护GIS+BIM数字管网系统</title>
+    <title>长江大保护智慧EPC管控平台</title>
     <link rel=”icon” href=”favicon.ico” mce_href=”/dir/favicon.ico” type=”image/x-icon”>
     <link type="text/css" rel="stylesheet" href="../vendor/bootstrap-4.0.0/css/bootstrap.min.css">
     <link type="text/css" rel="stylesheet" href="./css/login.css">

+ 4 - 6
src/widgets/Header/Widget.html

@@ -52,11 +52,9 @@
         </div>
         <div class="spli-btn"></div>
         <!--返回项目切换页按钮-->
-        <div class="projSel">
-            <!-- <a id="prjSelUrl" title="返回项目切换页面" href="/projectSelectPanel/" class="btn btn-lg btn-info"><i class="fa fa-reply-all"></i> <span id="projName"></span></a> -->
-            <!-- modefiy by tengmingxue for Drop down box switch project -->
+        <!-- <div class="projSel">
             <select id="projSelect"></select>
-        </div>
+        </div> -->
         <!-- <div>
             <button type="button" class="btn btn-link"><i class="tool-info"></i>消息提醒</button>
         </div>
@@ -66,7 +64,7 @@
         <div>
             <button type="button" class="btn btn-link"><i class="tool-question"></i>常见问题</button>
         </div> -->
-        <div class="dropdown helper">
+        <!-- <div class="dropdown helper">
             <button class="btn btn-link dropdown-toggle" type="button" id="systemHelper" data-toggle="dropdown" aria-expanded="false">
                 <i class="tool-help"></i>帮助
             </button>
@@ -76,7 +74,7 @@
                     <div><button class="btn btn-link" id="videoDownload">下载演示视频</button></div>
                 </div>
             </div>
-        </div>
+        </div> -->
     </div>
     <div class="switchover"><span>切换系统</span></div>
     <div class="switch_zz hideswitchbg"></div>

+ 1 - 1
src/widgets/HomePage/Widget.html

@@ -1,6 +1,6 @@
 <div id='widget-homePage' class='widget-homePage'>
     <div class='header'>
-        <div class='title'><span>长江大保护GIS+BIM数字管网系统</span></div>
+        <div class='title'><span>长江大保护智慧EPC管控平台</span></div>
         <div class='goSys'></div>
         <!-- <div class='closeSys'><span>退出系统</span></div> -->
     </div>

+ 1 - 1
src/widgets/HomePageNew/Widget.html

@@ -3,7 +3,7 @@
     <div class='header'>
         <div class="countTime">数据统计时间:<span class="specificTime"></span></div><div class="refresh"></div>
         <div class='title'>
-            <div><span class="systemName">长江大保护GIS+BIM数字管网系统</span></div>
+            <div><span class="systemName">长江大保护智慧EPC管控平台</span></div>
             <div class='selectWrap' style="margin-top: 10px;width: 100%;">
                 <!-- <select class="specificProject" id="specificProject">
                 </select> -->

+ 1 - 1
src/widgets/Loading/config.json

@@ -3,6 +3,6 @@
     "tmplateUrl":"widgets/Loading/Widget.html",
     "styleUrl":"widgets/Loading/css/style.css",
     "logo":"widgets/Loading/images/companymark.png",
-    "title":"长江大保护GIS+BIM数字管网系统",
+    "title":"长江大保护智慧EPC管控平台",
     "prompt":["检查浏览器","加载中...","加载中...","加载中...","初始化即将完毕"]
 }