Explorar o código

修改全景通政务公开和3D模型

tml hai 5 meses
pai
achega
5da2d46f59

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 39228
nngkxxdp/src/main/resources/static/naxsb/3ddemo/model/27.gltf


+ 69 - 55
nngkxxdp/src/main/resources/static/naxsb/floorone.html

@@ -406,21 +406,34 @@
                     </div>
                 </div>
                 <el-tabs v-model="activeName" @tab-click="handleClick">
-                    <el-tab-pane label="依申请公开" name="first">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="申请接受区" name="second">
+                        <ul class="sxqd" style="overflow-y: scroll;">
+                            <li><span
+                                    @click="goToLink('https://www.cqna.gov.cn/zwgk_254/ysqgk/202411/t20241101_13763538.html')">依申请公开流程图</span>
+                            </li>
+                            <li><span
+                                    @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html')">政府信息公开申请表</span>
+                            </li>
+                            <li><span
+                                    @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html')">政府信息公开指南</span>
+                            </li>
+                        </ul>
                     </el-tab-pane>
-                    <el-tab-pane label="政策咨询" name="second">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="政策咨询区" name="third">
+                        <ul class="sxqd" style="overflow-y: scroll;">
+                            <li><span @click="goToLink('https://www.cqna.gov.cn/ghwd/znwd/index.html')">智能问答</span></li>
+                            <li><span @click="goToLink('https://www.cqna.gov.cn/zczs/')">政策通</span></li>
+                        </ul>
                     </el-tab-pane>
-                    <el-tab-pane label="接待导引" name="third">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="资料阅览区" name="fourth">
+                        <ul class="sxqd" style="overflow-y: scroll;">
+                            <li v-for="(item,index) in zlylqList">
+                                <span @click="goToLink(item.addr)" v-if="item.addr"
+                                    :title="item.mattersName">{{item.mattersName}}</span>
+                            </li>
+                        </ul>
                     </el-tab-pane>
-                    <el-tab-pane label="帮代办申请" name="fourth">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="自助查询区" name="fifth">
                     </el-tab-pane>
                 </el-tabs>
             </div>
@@ -450,13 +463,12 @@
                         <el-pagination background @current-change="handleCurrentChange" :current-page.sync="currentPage"
                             :page-size="7" layout="prev, pager, next" :total="total" class="popuppage">
                         </el-pagination>
-
                     </el-tab-pane>
                     <el-tab-pane label="入驻部门" name="rzbm">
                         <div class="zwsj" v-if="!this.rzbmList||!this.rzbmList.length">暂无数据</div>
                         <ul class="sxqd" style="overflow-y: scroll;">
                             <li v-for="(item,index) in rzbmList">
-                                <span>{{item.deptName}}</span>
+                                <span>{{item.mattersName}}</span>
                             </li>
                         </ul>
                     </el-tab-pane>
@@ -584,7 +596,7 @@
 </body>
 <script>
     $(function () {
-        
+
         $(".header").load('https://www.cqna.gov.cn/syygapi/naxsb/top/top_style.html');
         $(".footer").load('https://www.cqna.gov.cn/syygapi/naxsb/footer/footer.html');
     });
@@ -594,7 +606,8 @@
 <!-- 引入样式 -->
 <link rel="stylesheet" href="https://www.cqna.gov.cn/syygapi/naxsb/css/index.css">
 <!-- 引入组件库 -->
-<script src="https://www.cqna.gov.cn/syygapi/naxsb/js/index.js"></script><script>
+<script src="https://www.cqna.gov.cn/syygapi/naxsb/js/index.js"></script>
+<script>
     function isMobileUserAgent() {
         return /iphone|ipod|android.*mobile|windows.*phone|blackberry.*mobile/i.test(
             window.parent.navigator.userAgent.toLowerCase("")
@@ -636,6 +649,37 @@
                     },
                 ],
                 rzbmList: [],
+                zlylqList: [{
+                    id: 1,
+                    mattersName: '《2024国务院公报》(中华人民共和国国务院公报)、《2024重庆市人民政府公报》(重庆市人民政府公报)、《2023重庆市南岸区人民政府工作报告》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zfgzbg/index.html'
+                },
+                {
+                    id: 2,
+                    mattersName: '《政务公开重点领域的标准目录》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/'
+                },
+                {
+                    id: 3,
+                    mattersName: '《惠农惠民补贴资金发放汇总、公示材料、政策清单》',
+                    addr: 'https://www.cqna.gov.cn/bm/qczj/zwgk_59968/zfxxgkml/hmhnzj/btzcqd/202410/t20241028_13746703.html'
+                },
+                {
+                    id: 4,
+                    mattersName: '《2024本(镇)街道政府信息公开指南》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/jczwgk/'
+                },
+                {
+                    id: 5,
+                    mattersName: '《2023本(镇)街道政府信息公开年报》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgknb/'
+                },
+                {
+                    id: 6,
+                    mattersName: '《20.21.22.23年行政规范性文件汇编》(重庆市南岸区人民政府行政规范性文件)、《2019版政府信息公开条例》',
+                    addr: 'https://flk.npc.gov.cn/detail2.html?ZmY4MDgwODE2ZjNlOThiZDAxNmY0MWYyODYyZTAyMTE'
+                }
+                ],
                 sxqdList: [
                     {
                         id: 1,
@@ -682,7 +726,7 @@
         },
         methods: {
             handleClose(done) {
-              this.dialogVisible =false;
+                this.dialogVisible = false;
             },
             handleCurrentChange(val) {
                 this.currentPage = val;
@@ -693,6 +737,9 @@
                 }
             },
             handleClick(tab, event) {
+                if (tab.name == 'fifth') {
+                    window.open('https://www.cqna.gov.cn/')
+                }
             },
             searchData(val) {
                 var that = this;
@@ -798,9 +845,9 @@
 
             // 计算子元素相对于父元素的位置
             var relativeTop = childRect.top - parentRect.top;
-            var relativeLeft =  childRect.left - parentRect.left;
+            var relativeLeft = childRect.left - parentRect.left;
             var relativeTop1 = rect1.top - parentRect.top;
-            var relativeLeft1 =  rect1.left - parentRect.left;
+            var relativeLeft1 = rect1.left - parentRect.left;
             //图中按钮的位置
             var width1 = rect1.width;
 
@@ -813,7 +860,7 @@
             redio.style.display = 'block';
 
             //横线的位置
-            lineh.style.width = relativeLeft -relativeLeft1 - width1/2 + 'px';
+            lineh.style.width = relativeLeft - relativeLeft1 - width1 / 2 + 'px';
             lineh.style.left = relativeLeft1 + width1 / 2 + 'px';
             lineh.style.top = relativeTop + 50 + 'px';
 
@@ -823,7 +870,7 @@
             lines.style.top = relativeTop + 50 + 'px';
             //点的位置
             redio.style.top = relativeTop1 - 15 + 'px';
-            redio.style.left = relativeLeft1 + width1 / 2 -6.5 + 'px';
+            redio.style.left = relativeLeft1 + width1 / 2 - 6.5 + 'px';
 
             //获取弹窗内容
             var popupType = element.getAttribute('data-popupType');
@@ -850,42 +897,9 @@
                 })
                 that.nowDiv.getItemList(1, id)
             } else if (id && id == 12) {
-                $('#tab-rzbm').css('display', 'none')
-                $('.popuppage').css('display', 'none')
-                $('.search').css('display', 'none')
+                that.nowDiv.popupType = 1;
                 that.nowDiv.btnName = '政务公开专区';
                 that.nowDiv.rzbmList = [];
-                that.nowDiv.sxqdList = [{
-                    id: 1,
-                    mattersName: '政府信息公开指南',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html'
-                },
-                {
-                    id: 2,
-                    mattersName: '政府信息公开申请表',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html'
-                },
-                {
-                    id: 3,
-                    mattersName: '依申请公开流程图',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/ysqgk/202310/t20231008_12406289.html'
-                },
-                {
-                    id: 4,
-                    mattersName: '重庆市南岸区人民政府行政规范性文件',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zcwj/xzgfxwjk/'
-                },
-                {
-                    id: 5,
-                    mattersName: '中华人民共和国国务院公报',
-                    addr: 'https://www.gov.cn/gongbao/2024/issue_11606/'
-                },
-                {
-                    id: 6,
-                    mattersName: '重庆市人民政府公报',
-                    addr: 'https://www.cq.gov.cn/zwgk/zfxxgkml/zfgb/2024/'
-                }
-                ];
             } else {
                 $('.search').css('display', 'flex')
                 $('#tab-rzbm').css('display', 'inline-block')

+ 75 - 56
nngkxxdp/src/main/resources/static/naxsb/mobile/flooroneMobile.html

@@ -18,17 +18,18 @@
 </head>
 <style>
     * {
-      padding: 0;
-      margin: 0;
+        padding: 0;
+        margin: 0;
     }
 
     ul {
-      list-style-type: none;
+        list-style-type: none;
     }
 
     li {
-      list-style: none;
+        list-style: none;
     }
+
     .container {
         position: relative;
         background-image: url(https://www.cqna.gov.cn/syygapi/naxsb/images/indexbgfloor.png);
@@ -295,7 +296,7 @@
 
     .btable {
         background-color: #fff;
-        box-sizing: border-box;    
+        box-sizing: border-box;
         overflow: scroll;
     }
 
@@ -559,7 +560,9 @@
                 <div class="namebtnl threed" style="left: 80px;bottom: 43px;">咨询台</div>
                 <div class="namebtnl threed" style="right: 100px;bottom: 44px;">免费婚检室</div>
                 <div class="namebtnl threed" style="right: 112px;bottom: 103px;">颁证厅</div>
-                <div class="namebtnl threed" style="right: 49px;bottom: 99px;display: flex;flex-direction: column;"><span>婚姻家</span><span>庭辅导室</span></div>
+                <div class="namebtnl threed" style="right: 49px;bottom: 99px;display: flex;flex-direction: column;">
+                    <span>婚姻家</span><span>庭辅导室</span>
+                </div>
                 <div class="namebtn threed" style="left: 5px;bottom: -38px;" data-popupType="2" data-id="12">
                     政务公开专区
                 </div>
@@ -629,11 +632,14 @@
                 </div>
                 <div class="namebtnl threed" style="right: 95px;top: 60px;">政务公开专区</div>
                 <div class="namebtnl threed" style="right: 104px;top: 32px;">自助服务区</div>
-                <div class="namebtn threed" style="left: 135px;bottom: -38px;padding: 0 2px;" data-popupType="2" data-id="8">工程建设领域办理区
+                <div class="namebtn threed" style="left: 135px;bottom: -38px;padding: 0 2px;" data-popupType="2"
+                    data-id="8">工程建设领域办理区
                 </div>
-                <div class="namebtn threed" style="left: 5px;bottom: -38px;padding: 0 2px;" data-popupType="2" data-id="6">经开区企业开办办理区
+                <div class="namebtn threed" style="left: 5px;bottom: -38px;padding: 0 2px;" data-popupType="2"
+                    data-id="6">经开区企业开办办理区
                 </div>
-                <div class="namebtn threed" style="right: 20px;bottom: -38px;padding: 0 2px;" data-popupType="2" data-id="7">不动产登记办理区
+                <div class="namebtn threed" style="right: 20px;bottom: -38px;padding: 0 2px;" data-popupType="2"
+                    data-id="7">不动产登记办理区
                 </div>
             </div>
             <div style="font-size: 14px;color: #004A93;text-align: center;">2号楼三楼婚姻登记处社保卡办理</div>
@@ -649,21 +655,34 @@
                     </div>
                 </div>
                 <el-tabs v-model="activeName" @tab-click="handleClick">
-                    <el-tab-pane label="依申请公开" name="first">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="申请接受区" name="second">
+                        <ul class="sxqd" style="overflow-y: scroll;">
+                            <li><span
+                                    @click="goToLink('https://www.cqna.gov.cn/zwgk_254/ysqgk/202411/t20241101_13763538.html')">依申请公开流程图</span>
+                            </li>
+                            <li><span
+                                    @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html')">政府信息公开申请表</span>
+                            </li>
+                            <li><span
+                                    @click="goToLink('https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html')">政府信息公开指南</span>
+                            </li>
+                        </ul>
                     </el-tab-pane>
-                    <el-tab-pane label="政策咨询" name="second">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="政策咨询区" name="third">
+                        <ul class="sxqd" style="overflow-y: scroll;">
+                            <li><span @click="goToLink('https://www.cqna.gov.cn/ghwd/znwd/index.html')">智能问答</span></li>
+                            <li><span @click="goToLink('https://www.cqna.gov.cn/zczs/')">政策通</span></li>
+                        </ul>
                     </el-tab-pane>
-                    <el-tab-pane label="接待导引" name="third">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="资料阅览区" name="fourth">
+                        <ul class="sxqd" style="overflow-y: scroll;">
+                            <li v-for="(item,index) in zlylqList">
+                                <span @click="goToLink(item.addr)" v-if="item.addr"
+                                    :title="item.mattersName">{{item.mattersName}}</span>
+                            </li>
+                        </ul>
                     </el-tab-pane>
-                    <el-tab-pane label="帮代办申请" name="fourth">
-                        <div class="ysqgk">
-                        </div>
+                    <el-tab-pane label="自助查询区" name="fifth">
                     </el-tab-pane>
                 </el-tabs>
             </div>
@@ -777,6 +796,37 @@
                     },
                 ],
                 rzbmList: [],
+                zlylqList: [{
+                    id: 1,
+                    mattersName: '《2024国务院公报》(中华人民共和国国务院公报)、《2024重庆市人民政府公报》(重庆市人民政府公报)、《2023重庆市南岸区人民政府工作报告》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zfgzbg/index.html'
+                },
+                {
+                    id: 2,
+                    mattersName: '《政务公开重点领域的标准目录》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/'
+                },
+                {
+                    id: 3,
+                    mattersName: '《惠农惠民补贴资金发放汇总、公示材料、政策清单》',
+                    addr: 'https://www.cqna.gov.cn/bm/qczj/zwgk_59968/zfxxgkml/hmhnzj/btzcqd/202410/t20241028_13746703.html'
+                },
+                {
+                    id: 4,
+                    mattersName: '《2024本(镇)街道政府信息公开指南》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/jczwgk/'
+                },
+                {
+                    id: 5,
+                    mattersName: '《2023本(镇)街道政府信息公开年报》',
+                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgknb/'
+                },
+                {
+                    id: 6,
+                    mattersName: '《20.21.22.23年行政规范性文件汇编》(重庆市南岸区人民政府行政规范性文件)、《2019版政府信息公开条例》',
+                    addr: 'https://flk.npc.gov.cn/detail2.html?ZmY4MDgwODE2ZjNlOThiZDAxNmY0MWYyODYyZTAyMTE'
+                }
+                ],
                 sxqdList: [
                     {
                         id: 1,
@@ -812,7 +862,6 @@
             };
         },
         created() {
-            this.unitBtnClick();
         },
         mounted() {
             const url = new URL(window.location.href);
@@ -834,6 +883,9 @@
                 }
             },
             handleClick(tab, event) {
+                if (tab.name == 'fifth') {
+                    window.open('https://www.cqna.gov.cn/')
+                }
             },
             searchData(val) {
                 var that = this;
@@ -958,42 +1010,9 @@
                 })
                 that.nowDiv.getItemList(1, id)
             } else if (id && id == 12) {
-                $('#tab-rzbm').css('display', 'none')
-                $('.popuppage').css('display', 'none')
-                $('.search').css('display', 'none')
+                that.nowDiv.popupType = 1;
                 that.nowDiv.btnName = '政务公开专区';
                 that.nowDiv.rzbmList = [];
-                that.nowDiv.sxqdList = [{
-                    id: 1,
-                    mattersName: '政府信息公开指南',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html'
-                },
-                {
-                    id: 2,
-                    mattersName: '政府信息公开申请表',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkzn/qzfgkzn/202402/t20240202_12897323.html'
-                },
-                {
-                    id: 3,
-                    mattersName: '依申请公开流程图',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/ysqgk/202310/t20231008_12406289.html'
-                },
-                {
-                    id: 4,
-                    mattersName: '重庆市南岸区人民政府行政规范性文件',
-                    addr: 'https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zcwj/xzgfxwjk/'
-                },
-                {
-                    id: 5,
-                    mattersName: '中华人民共和国国务院公报',
-                    addr: 'https://www.gov.cn/gongbao/2024/issue_11606/'
-                },
-                {
-                    id: 6,
-                    mattersName: '重庆市人民政府公报',
-                    addr: 'https://www.cq.gov.cn/zwgk/zfxxgkml/zfgb/2024/'
-                }
-                ];
             } else {
                 $('.search').css('display', 'flex')
                 $('#tab-rzbm').css('display', 'inline-block')

+ 8 - 8
nngkxxdp/src/main/resources/static/naxsb/qjt.html

@@ -360,14 +360,14 @@
     scene.add(ambient);
 
 
-    var pointLight = new THREE.PointLight(0xf0e68c, 0.9, 12500);
-    pointLight.position.set(0, 8500, 0);
-    pointLight.castShadow = true;
-    pointLight.shadow.camera.near = 1;
-    pointLight.shadow.camera.far = 15000;
-    pointLight.shadow.mapSize.width = 10240;
-    pointLight.shadow.mapSize.height = 10240;
-    scene.add(pointLight);
+    // var pointLight = new THREE.PointLight(0xf0e68c, 0.9, 12500);
+    // pointLight.position.set(0, 8500, 0);
+    // pointLight.castShadow = true;
+    // pointLight.shadow.camera.near = 1;
+    // pointLight.shadow.camera.far = 15000;
+    // pointLight.shadow.mapSize.width = 10240;
+    // pointLight.shadow.mapSize.height = 10240;
+    // scene.add(pointLight);
 
 
 

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio