Forráskód Böngészése

棋盘井-瓦斯巡检-提交

lxh 6 hónapja
szülő
commit
a2a416118d

+ 1 - 1
pages/gasreport/components/gasImgIdentify.vue

@@ -291,7 +291,7 @@
 import api from "@/api/api";
 import moment from "moment";
 import configService from "@/common/service/config.service.js";
-// import { RHFselcet } from "@/uni_modules/fz-media-selcet";
+import { RHFselcet } from "@/uni_modules/fz-media-selcet";
 import helangCompress from "@/components/helang-compress/helang-compress";
 export default {
   name: "gasFill",

+ 10 - 10
pages/gasreport/components/popupModal.vue

@@ -32,16 +32,16 @@ export default {
     data() {
         return {
             indexList: [
-                { id: 1, label: '瓦斯巡检记录卡管理', },
-                // { id: 1, label: '图片识别', },
-                {
-                    id: 2, label: '巡检任务面板', children: [
-                        { label: '早班', },
-                        { label: '中班' },
-                        { label: '夜班' },
-                    ]
-                },
-                { id: 3, label: '瓦斯巡检填报' },
+                // { id: 1, label: '瓦斯巡检记录卡管理', },
+                { id: 1, label: '图片识别', },
+                // {
+                //     id: 2, label: '巡检任务面板', children: [
+                //         { label: '早班', },
+                //         { label: '中班' },
+                //         { label: '夜班' },
+                //     ]
+                // },
+                // { id: 3, label: '瓦斯巡检填报' },
             ],
         }
     },

+ 2 - 2
pages/gasreport/gasreport.vue

@@ -37,8 +37,8 @@ export default {
             backPic: "url(../../static/topnavbar.png)",
             gasTitle: '瓦斯日报',//标题
             showModel: false,//是否打开弹出层
-            loadComponent: 'gasFill',//默认加载组件
-            // loadComponent: 'gasImgIdentify',//默认加载组件
+            // loadComponent: 'gasFill',//默认加载组件
+            loadComponent: 'gasImgIdentify',//默认加载组件
             // loadComponent: 'taskBoard',//默认加载组件
             taskTj: {},
             firstAddress: '',//一次线路

+ 3 - 2
pages/ipConfig/ipConfig.vue

@@ -21,6 +21,7 @@ export default {
       IPSet: "",
       IpConfig: [
         [
+          { label: "棋盘井", value: "http://10.35.116.82:9999", code: 'qpj' },
           { label: "准东二矿", value: "http://172.19.7.101:9999", code: 'zdrk' },
           { label: "大海则煤矿", value: "http://172.16.53.16:9999", code: 'dhz' },
           { label: "大柳塔井", value: "http://10.248.135.10:9999", code: 'dlt' },
@@ -55,9 +56,9 @@ export default {
       this.ipShow = false;
       this.ip = e.value[0].value;
       const fullURL = e.value[0].value;
-      console.log(fullURL,'fullURL')
+      console.log(fullURL, 'fullURL')
       const apicode = e.value[0].code
-      console.log(apicode,'9900')
+      console.log(apicode, '9900')
       this.IPSet = e.value[0].label;
       configService.apiUrl = fullURL;
       uni.setStorageSync("selectedIP", true);

+ 3 - 2
pages/login/login.vue

@@ -3,8 +3,8 @@
       <u-icon name="setting-fill" color="#2979ff" size="28" @click="setIp"></u-icon>
       <scroll-view scroll-y class="page" v-if="!ipShow">
         <view class="text-center" :style="[{ animation: 'show ' + 0.4 + 's 1' }]">
-            <image src="/static/desk-img/logo-lblt.png" mode='aspectFit' class="zai-logo "></image>
-          <!-- <image src="/static/desk-img/logo.png" mode='aspectFit' class="zai-logo "></image> -->
+          <!-- <image src="/static/desk-img/logo-lblt.png" mode='aspectFit' class="zai-logo "></image> -->
+          <image src="/static/desk-img/logo.png" mode='aspectFit' class="zai-logo "></image>
           <!-- <image src="/static/dhz-logo.png" mode='aspectFit' class="zai-logo "></image> -->
         </view>
         <view class="text-center" :style="[{ animation: 'show ' + 0.4 + 's 1' }]">
@@ -108,6 +108,7 @@ export default {
       IPSet: "",
       IpConfig: [
         [
+          { label: "棋盘井", value: "http://10.35.116.82:9999", code: 'qpj' },
           { label: "准东二矿", value: "http://172.19.7.101:9999", code: 'zdrk' },
           { label: "大海则煤矿", value: "http://172.16.53.16:9999", code: 'dhz' },
           { label: "大柳塔井", value: "http://10.248.135.10:9999", code: 'dlt' },