Kaynağa Gözat

fix: 修改图片

TwoKe945 1 yıl önce
ebeveyn
işleme
11a6046620

+ 60 - 0
app/src/assets/images/conf/nginx.conf

@@ -0,0 +1,60 @@
+worker_processes  1;
+
+events {
+    worker_connections  1024;
+}
+
+http {
+    include       mime.types;
+    default_type  application/octet-stream;
+    sendfile        on;
+    keepalive_timeout  65;
+
+    server {
+        listen       9092;
+        server_name  localhost;
+
+		location / {
+            root   /www/zqhc;
+			try_files $uri $uri/ /index.html;
+            index  index.html index.htm;
+        }
+		
+		location /bbb/{
+			proxy_set_header Host $http_host;
+			proxy_set_header X-Real-IP $remote_addr;
+			proxy_set_header REMOTE-HOST $remote_addr;
+			proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+			proxy_pass http://113.204.105.114:39090/;
+		}
+
+        error_page   500 502 503 504  /50x.html;
+        location = /50x.html {
+            root   html;
+        }
+    }
+
+    server {
+        listen       10100;
+        server_name  localhost;
+
+	location / {
+            root   /www/zfjg-h5;
+	    try_files $uri $uri/ /index.html;
+            index  index.html index.htm;
+        }
+		
+	location /api/{
+	    proxy_set_header Host $http_host;
+			proxy_set_header X-Real-IP $remote_addr;
+			proxy_set_header REMOTE-HOST $remote_addr;
+			proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+			proxy_pass http://172.17.0.1:10090/;
+		}
+
+        error_page   500 502 503 504  /50x.html;
+        location = /50x.html {
+            root   html;
+        }
+    }
+}

BIN
app/src/assets/images/dd-yhczlc.png


BIN
app/src/assets/images/dt-qyfxdj.png


BIN
app/src/assets/images/map-tip.png


BIN
app/src/assets/images/yhpc-tip.png


BIN
app/src/assets/images/zl-fxyj.png


+ 2 - 2
app/src/components/YlycModalHeader.vue

@@ -15,9 +15,9 @@ export default {
     <span>“一楼一策”隐患整治清单</span>
     <img class="imgs" src="@/assets/images/dd_wh.png" alt="" @click="getShoeInfo('whFxModal')">
       <!-- 风险问号弹窗 -->
-    <basic-modal :modal="false" top="30px" ref="whFxModal" name="高层建筑消防安全风险分级分色判定标准" width="90%">
+    <basic-modal :modal="false" top="30px" ref="whFxModal" name="隐患处置流程" width="90%">
       <div style="display: flex; flex-direction: column; justify-content: center">
-        <img  src="@/assets/images/qxs.png" />
+        <img  src="@/assets/images/yhpc-tip.png" />
       </div>
     </basic-modal>
   </div>

+ 18 - 11
app/src/views/Detail/components/Risklevel.vue

@@ -47,8 +47,9 @@
               }}<span class="blue">(管理单位、维保单位)</span>
             </div>
             <div class="oper">
-              <template v-if="detail.sfts === '未提示' && !tiped">
-                <span class="error">未提示</span><span class="act"  @click="clickToTip">提示</span>
+              <!-- <template v-if="detail.sfts === '未提示' && !tiped"> -->
+              <template v-if="!tiped">
+                <span class="error">未提示</span><span class="act"  @click="clickToTip('tiped')">提示</span>
               </template>
               <span v-else class="success">已提示</span>
             </div>
@@ -59,8 +60,9 @@
               {{ detail.szsq }}<span class="blue">(所属社区)</span>
             </div>
             <div class="oper">
-              <template v-if="detail.sftssq === '未推送'">
-                <span class="error">未提示</span><span class="act">提示</span>
+              <!-- <template v-if="detail.sftssq === '未推送'"> -->
+              <template v-if="!tiped1">
+                <span class="error">未提示</span><span class="act" @click="clickToTip('tiped1')">提示</span>
               </template>
               <span v-else class="success">已提示</span>
             </div>
@@ -72,8 +74,9 @@
               }}<span class="blue">(属地乡镇街道和相关区县行业部门)</span>
             </div>
             <div class="oper">
-              <template v-if="detail.sftsxzjd === '未推送'">
-                <span class="error">未督办</span><span class="act">督办</span>
+              <!-- <template v-if="detail.sftsxzjd === '未推送'"> -->
+              <template v-if="!tiped2">
+                <span class="error">未督办</span><span class="act" @click="clickToTip('tiped2')">督办</span>
               </template>
               <span v-else class="success">已督办</span>
             </div>
@@ -86,8 +89,9 @@
               >
             </div>
             <div class="oper">
-              <template v-if="detail.sftsqxzf === '未推送'">
-                <span class="error">未督办</span><span class="act">督办</span>
+              <!-- <template v-if="detail.sftsqxzf === '未推送'"> -->
+              <template v-if="!tiped3">
+                <span class="error">未督办</span><span class="act" @click="clickToTip('tiped3')">督办</span>
               </template>
               <span v-else class="success">已督办</span>
             </div>
@@ -117,7 +121,10 @@ export default {
       hzs: [],
       qrcode: null,
       color: null,
-      tiped: false
+      tiped: false,
+      tiped1: false,
+      tiped2: false,
+      tiped3: false
     };
   },
   props: ["detail"],
@@ -136,14 +143,14 @@ export default {
     rowClickHandler() {
       this.$router.push(`/h5?id=${"72042"}`);
     },
-    clickToTip() {
+    clickToTip(tiped) {
       this.$alert('信息已发送', '信息提示', {
         confirmButtonText: '确定',
         distinguishCancelAndClose: true,
         type: "success",
         modal: false,
         callback: action => {
-          this.tiped = true
+          this[tiped] = true
         }
       });
     },

+ 2 - 2
app/src/views/Detail/index.vue

@@ -72,14 +72,14 @@
     <!-- 风险问号弹窗 -->
     <basic-modal top="30px" ref="whFxModal" name="安全风险分级预警流程" width="90%">
       <div style="display: flex; justify-content: center">
-        <img src="../../assets/images/qxs.png" />
+        <img src="../../assets/images/dt-qyfxdj.png" />
       </div>
     </basic-modal>
 
     <!-- 隐患问号弹窗 -->
     <basic-modal top="30px" ref="whYhModal" name="隐患闭环处置流程" width="90%">
       <div style="display: flex; justify-content: center">
-        <img src="../../assets/images/dd-exp-yh.png" />
+        <img src="../../assets/images/dd-yhczlc.png" />
       </div>
     </basic-modal>
 

+ 1 - 1
app/src/views/Home/components/MapChartsCategory.vue

@@ -3,7 +3,7 @@
     <div class="map-box" ref="map"></div>
     <img class="imgs" src="../../../assets/images/dd_wh.png" alt="" @click="getShoeInfo('whFxModal')">
     <basic-modal top="30px" ref="whFxModal" name="区域高层建筑消防安全风险分色判定标准" width="90%">
-        <img src="../../../assets/images/fxyjj.png" />
+        <img src="../../../assets/images/map-tip.png" />
         <!-- <div v-html="textInfo"></div> -->
     </basic-modal>
   </div>

+ 1 - 1
app/src/views/Home/index.vue

@@ -82,7 +82,7 @@
       <!-- 风险问号弹窗 -->
       <basic-modal top="30px" ref="whFxModal" name="高层建筑消防安全风险分级分色判定标准" width="90%">
       <div style="display: flex; flex-direction: column; justify-content: center">
-        <img class="imgs" src="../../assets/images/fxyjj.png" />
+        <img class="imgs" src="../../assets/images/zl-fxyj.png" />
       </div>
     </basic-modal>
       <!-- 短信提示弹窗 -->