Przeglądaj źródła

南岸查询机

zhoupeng 1 rok temu
rodzic
commit
518f7209ca

+ 4 - 4
npminstall-debug.log

@@ -1,5 +1,5 @@
 {
-  root: 'F:\\IdeaWorkSpace\\jlpcxj\\cxj-client',
+  root: 'F:\\IdeaWorkSpace\\nacxj',
   registry: 'https://registry.npmmirror.com',
   pkgs: [],
   production: false,
@@ -41,8 +41,8 @@
     npm_config_sharp_binary_host: 'https://cdn.npmmirror.com/binaries/sharp',
     npm_config_sharp_libvips_binary_host: 'https://cdn.npmmirror.com/binaries/sharp-libvips',
     npm_config_robotjs_binary_host: 'https://cdn.npmmirror.com/binaries/robotjs',
-    npm_rootpath: 'F:\\IdeaWorkSpace\\jlpcxj\\cxj-client',
-    INIT_CWD: 'F:\\IdeaWorkSpace\\jlpcxj\\cxj-client'
+    npm_rootpath: 'F:\\IdeaWorkSpace\\nacxj',
+    INIT_CWD: 'F:\\IdeaWorkSpace\\nacxj'
   },
   binaryMirrors: {
     ENVS: {
@@ -177,7 +177,7 @@
   disableFallbackStore: false,
   workspacesMap: Map(0) {},
   enableWorkspace: false,
-  workspaceRoot: 'F:\\IdeaWorkSpace\\jlpcxj\\cxj-client',
+  workspaceRoot: 'F:\\IdeaWorkSpace\\nacxj',
   isWorkspaceRoot: true,
   isWorkspacePackage: false,
   offline: false,

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
     "postinstall": "electron-builder install-app-deps",
     "postuninstall": "electron-builder install-app-deps"
   },
-  "main": "main.js",
+  "main": "background.js",
   "dependencies": {
     "axios": "^0.27.2",
     "child_process": "^1.0.2",

BIN
public/images/bg-ckbj.png


BIN
public/images/bg-jdcx.png


BIN
public/images/bg-whpp.png


BIN
public/images/bg-zxjj.png


BIN
public/images/bg-zxwz.png


BIN
public/images/ckbj-zw.png


BIN
public/images/jkqzxzn.png


BIN
public/images/ldjj.png


BIN
public/images/logo-bmdt.png


BIN
public/images/logo-head.png


BIN
public/images/logo-zxjj.png


BIN
public/images/oneFloor.png


BIN
public/images/secondFloor.png


BIN
public/images/thirdFloor.png


+ 0 - 21
src/router/index.js

@@ -24,13 +24,6 @@ const router = new Router({
                 title: '首页'
             }
         }, {
-            path: '/cuturalBrand',
-            name: 'CuturalBrand',
-            component: CuturalBrand,
-            meta: {
-                title: '文化品牌'
-            }
-        }, {
             path: '/centerItroduction',
             name: 'CenterItroduction',
             component: CenterItroduction,
@@ -38,13 +31,6 @@ const router = new Router({
                 title: '中心简介'
             }
         }, {
-            path: '/theFirst',
-            name: 'TheFirst',
-            component: TheFirst,
-            meta: {
-                title: '创先争优'
-            }
-        }, {
             path: '/policiesList',
             name: 'PoliciesList',
             component: PoliciesList,
@@ -86,13 +72,6 @@ const router = new Router({
             meta: {
                 title: '政务地图'
             }
-        }, {
-            path: '/website',
-            name: 'Website',
-            component: Website,
-            meta: {
-                title: '中心网站'
-            }
         }
     ]
 });

+ 638 - 48
src/views/CenterItroduction.vue

@@ -7,20 +7,15 @@
       <div class="content-content">
         <div class="content-banner">
           <ul class="taps-title">
-            <li @click="liTo(1)" v-bind:class='{click:1==qwerqwre}'>九龙坡概况</li>
-            <li @click="liTo(2)" v-bind:class='{click:2==qwerqwre}'>中心介绍</li>
-            <li @click="liTo(3)" v-bind:class='{click:3==qwerqwre}'>工作职责</li>
-            <li @click="liTo(4)" v-bind:class='{click:4==qwerqwre||6==qwerqwre}'>服务团队</li>
-            <li @click="liTo(5)" v-bind:class='{click:5==qwerqwre}'>窗口电话</li>
+            <li @click="liTo(1)" v-bind:class='{ click: 1 == qwerqwre }'>中心简介</li>
+            <li @click="liTo(2)" v-bind:class='{ click: 2 == qwerqwre }'>进驻部门</li>
+            <li @click="liTo(3)" v-bind:class='{ click: 3 == qwerqwre }'>机构设置</li>
+            <li @click="liTo(4)" v-bind:class='{ click: 4 == qwerqwre }'>窗口电话</li>
+            <li @click="liTo(5)" v-bind:class='{ click: 5 == qwerqwre }'>领导简介</li>
           </ul>
         </div>
         <div class="content-bottom taps-cont" style="display: block;">
-          <ul class="taps-title-team" v-if="qwerqwre==4||qwerqwre==6">
-            <li @click="liToType(4)" v-bind:class='{click:4==qwerqwre}'>中心服务团队</li>
-            <li @click="liToType(6)" v-bind:class='{click:6==qwerqwre}'>志援者服务团队</li>
-          </ul>
-          <div v-if="qwerqwre!=4&&qwerqwre!=6" class="cont-title">{{ title }}</div>
-          <div class="cont-message" v-html="content">
+          <div v-html="content">
           </div>
         </div>
       </div>
@@ -34,7 +29,7 @@ import api from '../api/index';
 export default {
   name: "centerItroduction",
   created() {
-    this.getData();
+    this.liTo(1)
   },
   data() {
     return {
@@ -45,33 +40,639 @@ export default {
     }
   },
   methods: {
-    getData() {
-      let params = {
-        type: 1,
-        childType: this.childType
-      }
-      api.getArticleByType({
-        params
-      }).then(res => {
-        if (res.data.data.length > 0) {
-          this.title = res.data.data[0].title;
-          this.content = res.data.data[0].content;
-        } else {
-          this.title = '';
-          this.content = '';
-        }
-      })
-    },
     liTo(obj) {
-      this.qwerqwre = obj;
-      this.childType = obj;
-      this.getData();
+      this.qwerqwre = obj
+      console.log(obj)
+      if (obj == 1) {
+        this.content = `<div style="width: 74.375rem;height: 5rem;line-height: 5rem;margin: 0 auto;
+            background: rgb(26 101 178/47%);font-size: 2.5rem;font-weight: 800;color: #DFE8F4;text-align: center;">南岸区政务服务中心简介</div><div>
+            <p style="color: #B2D2F3;font-size: 18px;font-weight: 400;
+            margin-left: 130px;margin-top: 33px;">
+              南岸区政务服务中心建成于2003年2月,34个区级政务服务部门入驻中心。除区级政务服务中心外,还设有2个政务服务中心分中心、15个镇(街道)便民服务中心和150个村(社区)便民服务站,形成了区政务服务中心(分中心)、镇(街道)便民服务中心、村(社区)便民服务站的三级联动服务体系。按照国务院、市区关于深化“放管服”改革要求,以建设数字政府为着力点,深入推进政务服务“一网、一门、一次”改革,推广应用“渝快办”政务服务平台,加强跨层级、跨地域、跨系统、跨部门、跨业务协同管理和服务,扎实推进“一窗综办”“一网通办”改革和更多高频事项“一件事一次办”“全渝通办”“川渝通办”“跨省通办”,全面推进政务服务标准化规范化便利化,打造具有南岸辨识度的政务服务品牌,不断增强办事企业和群众的认同感、幸福感、获得感。
+            </p>
+            <div style="height: 53px;width: 450px;background-image: url(images/jkqzxzn.png);margin-top: 34px;margin-left: 104px;">
+              <p style="position: absolute;width:421px;color: #B2D2F3;font-size: 24px;font-weight: 400;margin-top: 13px;margin-left: 56px;">
+                南岸区(经开区)政务服务中心职能
+              </p>
+            </div>
+            <p style="color: #B2D2F3;font-size: 18px;font-weight: 400;
+            margin-left: 130px;margin-top: 21px;">
+              一是负责组织、协调、指导、规范区政府各部门及有关单位的行政审批服务工作,对各部门进驻、委托的行政许可、非行政许可审批和其他服务事项办理进行组织协调、监督管理和指导服务。
+              二是对中心各窗口进行业务指导,对进驻窗口工作人员进行管理培训和日常考核。
+              三是会同相关部门对行政审批电子监察系统和网上办事大厅进行指导和监督。
+              四是对镇(街道)公共服务中心、村(社区)便民服务中心进行业务指导,对镇(街道)、村(社区)两级服务中心工作人员进行业务培训.
+            </p>
+          </div>`
+      } else if (obj == 2) {
+        this.content = `<div style="margin-left: 104px;">
+            <div style="height: 53px;width: 450px;background-image: url(images/jkqzxzn.png);margin-top: 34px;">
+              <p
+                style="position: absolute;width:421px;color: #B2D2F3;font-size: 24px;font-weight: 400;margin-top: 13px;margin-left: 56px;">
+                南岸区南坪政务服务中心审批服务部门
+              </p>
+            </div>
+            <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+              <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                <p
+                  style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                  区税务局
+                </p>
+              </div>
+              <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                <p
+                  style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                  区公安分局
+                </p>
+              </div>
+              <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                <p
+                  style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                  区市场监督管理局
+                </p>
+              </div>
+            </div>
+            <div style="height: 53px;width: 450px;background-image: url(images/jkqzxzn.png);margin-top: 34px;">
+              <p
+                style="position: absolute;width:452px;color: #B2D2F3;font-size: 22px;font-weight: 400;margin-top: 13px;margin-left: 56px;">
+                南岸区行政服务(江南新城)中心审批服务部门
+              </p>
+            </div>
+            <div style="height:360px;overflow:auto;">
+              <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区教委
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区税务局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区发改委
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区档案局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区财政局
+                  </p>
+                </div>
+              </div>
+              <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区公安分局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区金融办
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    经开区经发局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区商务委
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    经开区税务局
+                  </p>
+                </div>
+              </div>
+              <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区民政局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    经开区投促局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区司法局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    经开区建管局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区城管局
+                  </p>
+                </div>
+              </div>
+              <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区住房城乡建委
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区民综委
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    经开区建管局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区城管局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区住房城乡建委
+                  </p>
+                </div>
+              </div>
+              <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区民宗委
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区市场监督管理局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区统计局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区机关事务管理局
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    区经济信息委
+                  </p>
+                </div>
+              </div>
+              <div style="margin-left: 31px;display: flex;margin-top: 21px;">
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    照相
+                  </p>
+                </div>
+                <div style="width: 224px;height: 50px;background: #061E49;opacity: 0.5;margin-left: 10px;">
+                  <p
+                    style="height: 20px;font-size: 20px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    信用服务
+                  </p>
+                </div>
+              </div>
+            </div>
+          </div>`
+      } else if (obj == 3) {
+        this.content = `<div style="margin-left: 104px;">
+            <p style="width: 1188px;font-size: 18px;font-weight: 400;color: #B2D2F3;">
+              重庆市南岸区政务服务管理办公室原名“重庆市南岸区行政审批服务大厅管理办公室”于2002年12月经区编委会批准成立,机构规格正处级。2012年按照《关于加强和规范区县行政服务中心建设的意见》(渝委办发〔2002〕20号)文件要求,南岸编办〔2002]29号批准,更名为“重庆市南岸区行政服务中心管理办公室”。
+              <br/>根据2019年1月中共重庆市南岸区委重庆市南岸区人民政府关于印发《重庆市南岸区机构改革方案》的通知(南岸委发〔2019]7号)规定,不再保留区政府派出机构区行政服务中心管理办公室。组建区政务服务管理办公室。将区行政服务中心管理办公室的职责及相关部门的行政审批制度改革等政府职能转变、电子政务建设职责等整合,组建区政务服务管理办公室,作为区政府工作部门。所属事业单位二个,即重庆市南岸区公共资源交易中心、重庆市南岸区行政服务中心。
+              <br/>主要职责︰
+              <br/>(一)负责统筹推进“放管服”工作。统筹协调全区行政审批制度改革工作,协助区级有关部门拟订和实施行政审批制度改革相关政策、制度以及改革方案。
+              <br/>(二)统筹推进审批服务便民化改革,综合协调、监督管理和指导服务进驻行政服务中心的区级各部门行政审批事项和公共服务事项的集中办理。
+              <br/>(三)统筹推进“证照分离”改革行政许可事项清理规范、加强事中事后监管等相关工作。负责行政审批中介服务事项清理规范、动态调整等相关工作。  
+              <br/>(四)负责推进“互联网+政务服务”,指导、监督区政务服务管理网络系统运行。
+              <br/>(五)协助相关牵头部门开展重大项目审批的综合协调和督促办理,组织相关部门开展审批业务的现场服务、
+            </p>
+          </div>`
+      } else if (obj == 4) {
+        this.content = `<div style="margin-left: 104px;">
+            <div style="height: 53px;width: 450px;background-image: url(images/jkqzxzn.png);margin-top: 34px;">
+              <p
+                style="position: absolute;width:432px;color: #B2D2F3;font-size: 24px;font-weight: 400;margin-top: 13px;margin-left: 56px;">
+                南岸区南坪政务服务中心各单位窗口电话
+              </p>
+            </div>
+            <div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;">
+                    区市场监督管理局(工商)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    62606751
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;">
+                    区市场监督管理局
+                    (质监)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    62606759
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;">
+                    区市场监督管理局
+                    (食药监)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    62606505
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;">
+                    重庆公安出入境
+                    咨询电话
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    (023)966511
+                  </p>
+                </div>
+              </div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;">
+                    区公安分局
+                    (特种行业)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    62605096
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区税务局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    62606763
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    咨询台
+                  </p>
+                  <p
+                    style="width:112.4px;height: 20px;font-size: 18px;font-weight: 800;color: #B2D2F3;margin-top: 15px;text-align: center;">
+                    62606738
+                  </p>
+                </div>
+              </div>
+            </div>
+            <div style="height: 53px;width: 450px;background-image: url(images/jkqzxzn.png);margin-top: 34px;">
+              <p
+                style="position: absolute;width:421px;color: #B2D2F3;font-size: 24px;font-weight: 400;margin-top: 13px;margin-left: 56px;">
+                江南新城中心各窗口电话
+              </p>
+            </div>
+            <div style="height:300px;overflow: auto;">
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区市场监督管理局
+                    (质检)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980220
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区市场监督管理局
+                    (经开区局)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980220/
+                    62980207
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区市场监督管理局
+                    (食药监)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980391
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区财政局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62988007
+                  </p>
+                </div>
+              </div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    经开区建管局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980249
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区卫健委(医护)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980379
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    经开区市政绿化处
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62789342
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区卫健委
+                    (医疗机构)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62316762
+                  </p>
+                </div>
+              </div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    经开区税务局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980241
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区卫生健康委
+                    (卫生)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606761
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    经开区经发局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980243
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区档案局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980244
+                  </p>
+                </div>
+              </div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    经开区国土所
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62830276
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区文化旅游委
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606250
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    经开区招商服务中心
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62519346
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区城管局
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606760
+                  </p>
+                </div>
+              </div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    综合窗口
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980273
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区住房城乡建委
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606780
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    印章窗口
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980232
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区规划自然资源局
+                    (国土)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980245
+                  </p>
+                </div>
+              </div>
+              <div style="display: flex;margin-top: 21px;">
+                <div style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    一楼咨询台
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606771
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区规划自然资源局
+                    (规划)
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606752
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    三楼咨询台
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62980263
+                  </p>
+                </div>
+                <div
+                  style="width: 286.1px;height: 50px;display: flex;opacity: 0.9;border: 1px solid #02D2FF;margin-left: 10px;">
+                  <p
+                    style="width:173.7px;text-align: center;background: #02D2FF;font-size: 18px;font-weight: 800;color: #D4F7FF;display: flex; align-items: center; justify-content: center;">
+                    区发展改革委
+                  </p>
+                  <p
+                    style="width:112.4px;height: 50px;font-size: 18px;font-weight: 800;color: #B2D2F3;text-align: center;display: flex; align-items: center; justify-content: center;">
+                    62606782
+                  </p>
+                </div>
+              </div>
+            </div>
+          </div>`
+      } else if (obj == 5) {
+        this.content = `<div>
+            <img src="images/ldjj.png"/>
+          </div>`
+      }
     },
-    liToType(obj) {
-      this.qwerqwre = obj;
-      this.childType = obj;
-      this.getData();
-    }
   },
   mounted() {
     //设置多少秒跳转
@@ -123,17 +724,6 @@ export default {
   overflow-y: scroll;
 }
 
-/deep/ .type-zxjj .cont-message p:first-child {
-  text-indent: 2.5rem;
-  margin-bottom: 1.25rem;
-}
-
-/deep/ .type-zxjj .cont-message p {
-  font-size: 1.125rem;
-  color: #DFE8F4;
-  line-height: 1.875rem;
-}
-
 .type-zxjj .cont-title {
   width: 74.375rem;
   height: 5rem;

+ 14 - 36
src/views/Guidance.vue

@@ -4,13 +4,9 @@
       <div class="content-title">
         <img src="images/title-bszn.png" alt=""><span>办事指南</span>
       </div>
-      <div class="content-content">
-        <div class="produce" style="background-image: url('images/bg-produce.png')">
-          数据来源于渝快办网上办事大厅-权力清单
-        </div>
-        <ul class="taps-code">
-          <li><img src="images/banshizhinan.png"/></li>
-        </ul>
+      <div class="content-content" style="text-align: center;">
+        <iframe id="mainIframe" name="mainIframe" :src="url" frameborder="no" border="0" marginwidth="0" marginheight="0"
+          allowtransparency="yes" sandbox="allow-same-origin allow-scripts allow-forms"></iframe>
       </div>
     </div>
   </div>
@@ -19,6 +15,11 @@
 <script>
 export default {
   name: "guidance",
+  data() {
+    return {
+      url: 'http://tysb.cqgxqzwzx.com:17070/appWB/#/home/500108/null/1/ykbApp'
+    }
+  },
   mounted() {
     //设置多少秒跳转
     var mtReturnTime = 120;
@@ -61,34 +62,11 @@ export default {
 </script>
 
 <style scoped>
-.taps-code {
-  display: flex;
-  justify-content: space-around;
-  align-items: center;
-}
-
-.taps-code li {
-  width: 20%;
-  height: 30%;
-  background: #1A65B2;
-  border-radius: 0.25rem;
-}
-
-.taps-code li img {
-  width: 100%;
+#mainIframe {
+  width: 30%;
   height: 100%;
+  border: 0.0625rem solid #B3D4FF;
+  border-radius: 1.25rem;
+  background-color: white;
 }
-.produce{
-  width: 59.3125rem;
-  height: 4.8125rem;
-  background-size: 100% 100%;
-  font-size: 1.5625rem;
-  font-family: Source Han Serif SC;
-  font-weight: 800;
-  color: #E6EDFF;
-  line-height: 4.8125rem;
-  text-shadow: 0rem 0.0625rem 0.125rem #7093EF;
-  margin:5rem auto;
-  text-align: center;
-}
-</style>
+</style>

+ 28 - 55
src/views/Main.vue

@@ -6,83 +6,59 @@
     <div @click="goToCloseBR" class="closeBtn closeBtnBR">关闭</div>
     <div class="content index" data-item="index">
       <div style="width: 89.375rem;display: flex;margin-top: 2.3125rem;background-size: 100% 100%;">
-        <div style="width: 28.9375rem;margin-top:-0.3125rem;">
-          <div @click="goTowhpp" class="com-column tabs-list" data-type="whpp"
-               style="height: 20.875rem;background-image: url(images/bg-bszn.png);">
-            <img src="images/logo-whpp.png" alt="" style="width: 6.125rem;height:6.25rem;">
+        <div style="width: 29rem;">
+          <div @click="goTozxjj" class="com-row tabs-list" data-type="zxjj"
+               style="height: 28.5rem;background-image: url(images/bg-zxjj.png);">
+            <img src="images/logo-zxjj.png" alt="" style="width: 5.75rem;height:6.375rem;">
             <div class="cont-title">
-              <p>文化品牌</p>
-              <p>Cultural brand</p>
+              <p>中心简介</p>
+              <p>Introduction to the center</p>
             </div>
           </div>
           <div @click="goTockbj" class="com-column tabs-list" data-type="ckbj"
-               style="height: 14.625rem;background-image: url(images/bg-ckbj.png);">
+               style="height: 15rem;background-image: url(images/bg-ckbj.png);">
             <img src="images/logo-ckbj.png" alt="" style="width: 6.125rem;height:5.8125rem;">
             <div class="cont-title" style="margin-top: 0;">
               <p>窗口布局</p>
               <p>Window layout</p>
             </div>
           </div>
-          <div @click="goTozxwz" class="com-row tabs-list" data-type="zwdt"
-               style="height: 11.625rem;background-image: url(images/bg-bmdt.png);">
-            <img src="images/logo-zxwz.png" alt="" style="width: 6.125rem;height:6.125rem;">
+        </div>
+        <div style="width: 34.125rem;">
+          <div @click="goTojdcx" class="com-row tabs-list" data-type="jdcx"
+               style="height: 25rem;background-image: url(images/bg-zxwz.png);">
+            <img src="images/logo-jdcx.png" alt="" style="width: 5.5rem;height:6.3125rem;">
             <div class="cont-title">
-              <p>中心网站</p>
-              <p>Center website</p>
+              <p>进度查询</p>
+              <p>Progress query</p>
             </div>
           </div>
-        </div>
-        <div style="width: 34.125rem;">
           <div @click="goTozwdt" class="com-column tabs-list" data-type="bmdt"
-               style="height: 18.75rem;background-image: url(images/bg-jdcx.png);">
+               style="height: 18.5rem;background-image: url(images/bg-jdcx.png);">
             <img src="images/logo-bmdt.png" alt="" style="width: 6.125rem;height:5.8125rem;">
             <div class="cont-title">
               <p>政务地图</p>
               <p>Government map</p>
             </div>
           </div>
-          <div @click="goTozxjj" class="com-row tabs-list" data-type="zxjj"
-               style="height: 16.5rem;background-image: url(images/bg-zxjj.png);">
-            <img src="images/logo-zxjj.png" alt="" style="width: 5.75rem;height:6.375rem;">
-            <div class="cont-title">
-              <p>中心简介</p>
-              <p>Introduction to the center</p>
-            </div>
-          </div>
-          <div @click="goTojdcx" class="com-row tabs-list" data-type="jdcx"
-               style="height: 11.625rem;background-image: url(images/bg-zxwz.png);">
-            <img src="images/logo-jdcx.png" alt="" style="width: 5.5rem;height:6.3125rem;">
-            <div class="cont-title">
-              <p>进度查询</p>
-              <p>Progress query</p>
-            </div>
-          </div>
         </div>
-        <div style="width: 27.375rem;">
-          <div @click="goTocxcy" class="com-row tabs-list" data-type="cxzy"
-               style="height: 11.5625rem;background-image: url(images/bg-cxzy.png);">
-            <img src="images/logo-cxzy.png" alt="" style="width: 5.4375rem;height:6rem;">
+        <div style="width: 27.625rem;">
+          <div @click="goTozcfg" class="com-row tabs-list" data-type="zcfg"
+               style="height: 20rem;background-image: url(images/bg-whpp.png);">
+            <img src="images/logo-zcfg.png" alt="" style="width: 5.875rem;height:6.625rem;">
             <div class="cont-title">
-              <p>创先争优</p>
-              <p>Excellence is thefirst</p>
+              <p>政策法规</p>
+              <p>Policies and regulations</p>
             </div>
           </div>
           <div @click="goTobszn" class="com-column tabs-list" data-type="bszn"
-               style="height: 23.5625rem;background-image: url(images/bg-zcfg.png);">
+               style="height: 23.5rem;background-image: url(images/bg-zcfg.png);">
             <img src="images/logo-bszn.png" alt="" style="width: 6.75rem;height:6.75rem;">
             <div class="cont-title">
               <p>办事指南</p>
               <p>Guidance</p>
             </div>
           </div>
-          <div @click="goTozcfg" class="com-row tabs-list" data-type="zcfg"
-               style="height: 11.625rem;background-image: url(images/bg-whpp.png);">
-            <img src="images/logo-zcfg.png" alt="" style="width: 5.875rem;height:6.625rem;">
-            <div class="cont-title">
-              <p>政策法规</p>
-              <p>Policies and regulations</p>
-            </div>
-          </div>
         </div>
       </div>
     </div>
@@ -179,33 +155,30 @@ export default {
       this.ipWindow = false;
       document.getElementById("pop-title").style.display="none";
     },
-    goTowhpp() {
-      this.$router.push("/cuturalBrand");
-    },
+    /** 跳转到中心简介 */
     goTozxjj() {
       this.$router.push("/centerItroduction");
     },
-    goTocxcy() {
-      this.$router.push("/theFirst");
-    },
+    /** 跳转到政策法规 */
     goTozcfg() {
       this.$router.push("/policiesList");
     },
+    /** 跳转到办事指南 */
     goTobszn() {
       this.$router.push("/guidance");
     },
+    /** 跳转到窗口布局 */
     goTockbj() {
       this.$router.push("/windowLayout");
     },
+    /** 跳转到进度查询 */
     goTojdcx() {
       this.$router.push("/progress");
     },
+    /** 跳转到政务地图 */
     goTozwdt() {
       this.$router.push("/map");
     },
-    goTozxwz() {
-      this.$router.push("/website");
-    }
   },
   //页面关闭销毁定时器
   beforeDestroy() {

+ 2 - 2
src/views/Map.vue

@@ -4,7 +4,7 @@
       <div class="content-title">
         <img src="images/title-zwdt.png" alt=""><span>政务地图</span>
       </div>
-      <div class="content-content">
+      <div class="content-content" style="background-color: white;">
         <iframe id="mainIframe" name="mainIframe" :src="url" frameborder="no" border="0" marginwidth="0"
                 marginheight="0" allowtransparency="yes" sandbox="allow-same-origin allow-scripts allow-forms"></iframe>
       </div>
@@ -17,7 +17,7 @@ export default {
   name: "website",
   data() {
     return {
-      url: 'https://fw.cqmap.cn/jlpzwdt/map1.html'
+      url: 'https://data.cqna.gov.cn/district2/sy.html'
     }
   },
   methods: {

+ 1 - 1
src/views/PoliciesList.vue

@@ -55,7 +55,7 @@ export default {
   //   SimpleKeyboard
   // },
   created() {
-    this.getData();
+    // this.getData();
   },
   data() {
     return {

+ 6 - 34
src/views/Progress.vue

@@ -5,12 +5,8 @@
         <img src="images/title-jdcx.png" alt=""><span>进度查询</span>
       </div>
       <div class="content-content">
-        <div class="produce" style="background-image: url('images/bg-produce.png')">
-          输入渝快办的统一服务监管码,以及申请人或申请单位,可查询办事进度
-        </div>
-        <ul class="taps-code">
-          <li><img src="images/jinduchaxun.png"/></li>
-        </ul>
+        <iframe id="mainIframe" name="mainIframe" :src="url" frameborder="no" border="0" marginwidth="0" marginheight="0"
+          allowtransparency="yes" sandbox="allow-same-origin allow-scripts allow-forms"></iframe>
       </div>
     </div>
   </div>
@@ -21,7 +17,7 @@ export default {
   name: "progress",
   data() {
     return {
-      url: 'https://zwykb.cq.gov.cn/'
+      url: 'https://zwykb.cq.gov.cn/cbl/wycx/bsjd/'
     }
   },
   methods: {
@@ -71,34 +67,10 @@ export default {
 </script>
 
 <style scoped>
-.taps-code {
-  display: flex;
-  justify-content: space-around;
-  align-items: center;
-}
-
-.taps-code li {
-  width: 20%;
-  height: 30%;
-  background: #1A65B2;
-  border-radius: 0.25rem;
-}
-
-.taps-code li img {
+#mainIframe {
   width: 100%;
   height: 100%;
-}
-.produce{
-  width: 59.3125rem;
-  height: 4.8125rem;
-  background-size: 100% 100%;
-  font-size: 1.5625rem;
-  font-family: Source Han Serif SC;
-  font-weight: 800;
-  color: #E6EDFF;
-  line-height: 4.8125rem;
-  text-shadow: 0rem 0.0625rem 0.125rem #7093EF;
-  margin:5rem auto;
-  text-align: center;
+  border: 0.0625rem solid #B3D4FF;
+  border-radius: 1.25rem;
 }
 </style>

+ 13 - 8
src/views/WindowLayout.vue

@@ -6,13 +6,17 @@
       </div>
       <div class="content-content">
         <ul class="taps-left">
-          <li @click="liTo(1)" v-bind:class='{click:1==qwerqwre}'>一楼</li>
-          <li @click="liTo(2)" v-bind:class='{click:2==qwerqwre}'>二楼</li>
-          <li @click="liTo(3)" v-bind:class='{click:3==qwerqwre}'>三楼</li>
+          <li @click="liTo(1)" v-bind:class='{ click: 1 == qwerqwre }'>一楼</li>
+          <li @click="liTo(2)" v-bind:class='{ click: 2 == qwerqwre }'>二楼</li>
+          <li @click="liTo(3)" v-bind:class='{ click: 3 == qwerqwre }'>三楼</li>
         </ul>
-        <div v-if="qwerqwre==1" class="tabs-right"><img src="images/oneFloor.png"></div>
-        <div v-if="qwerqwre==2" class="tabs-right"><img src="images/secondFloor.png"></div>
-        <div v-if="qwerqwre==3" class="tabs-right"><img src="images/thirdFloor.png"></div>
+        <div style="position:absolute;margin-left: 312px;margin-top: 55px;">
+          <p style="font-size: 22px;color: #ffffff;position:absolute;margin-left: 76px;margin-top: 20px;">南岸区政务服务中心</p>
+          <img src="images/ckbj-zw.png">
+        </div>
+        <div v-if="qwerqwre == 1" class="tabs-right"><img src="images/oneFloor.png"></div>
+        <div v-if="qwerqwre == 2" class="tabs-right"><img src="images/secondFloor.png"></div>
+        <div v-if="qwerqwre == 3" class="tabs-right"><img src="images/thirdFloor.png"></div>
       </div>
     </div>
   </div>
@@ -129,9 +133,10 @@ export default {
 }
 
 .tabs-right {
-  width: 82.875rem;
+  width: 70rem;
   height: 43.6875rem;
-  margin: 1.1875rem 1.25rem 1.5rem 2.625rem;
+  margin-left: 345px;
+  margin-top: 105px;
   background-size: 100% 100%;
 }
 </style>