ming 6 months ago
parent
commit
5c72b68038
55 changed files with 139 additions and 140 deletions
  1. 1 1
      src/components/calendar/calendar.vue
  2. 1 1
      src/components/oa-scroll/index.vue
  3. 1 1
      src/components/oa-transForm/index.vue
  4. 1 1
      src/components/oa-upgrade/index.vue
  5. 2 2
      src/components/oa-weather/index.vue
  6. 2 2
      src/config.js
  7. 1 1
      src/pages.json
  8. 2 2
      src/pages/business/common/fastMail/index.vue
  9. 1 1
      src/pages/business/common/projectMange/components/avatarList.vue
  10. 1 1
      src/pages/business/common/projectMange/mall/components/mall-list.vue
  11. 2 2
      src/pages/business/common/videoMonitor/videoList.vue
  12. 1 1
      src/pages/business/fireIot/alarmManage/alarmDetails/index.vue
  13. 1 1
      src/pages/business/fireIot/alarmManage/index.vue
  14. 1 1
      src/pages/business/fireIot/deviceManage/components/deviceDetails.vue
  15. 1 1
      src/pages/business/fireIot/deviceManage/components/deviceDetailsList.vue
  16. 1 1
      src/pages/business/fireIot/deviceManage/index.vue
  17. 1 1
      src/pages/business/fireIot/facilitiesGather/mapGather.vue
  18. 1 1
      src/pages/business/fireIot/facilitiesManage/facilitiesDetails.vue
  19. 2 2
      src/pages/business/fireIot/facilitiesManage/index.vue
  20. 1 1
      src/pages/business/fireIot/facilitiesManage/mapFacilitiesView.vue
  21. 1 1
      src/pages/business/fireIot/repairManage/index.vue
  22. 1 1
      src/pages/business/fireIot/repairManage/repairDetails.vue
  23. 1 1
      src/pages/business/mhxf/coordination/index.vue
  24. 1 1
      src/pages/business/mhxf/deviceManage/index.vue
  25. 1 1
      src/pages/business/mhxf/fireReport/components/detailedPath.vue
  26. 1 1
      src/pages/business/mhxf/fireReport/index.vue
  27. 2 2
      src/pages/business/mhxf/needMatter/index.vue
  28. 1 1
      src/pages/business/mhxf/unitInfoCollection/index.vue
  29. 2 2
      src/pages/business/zhaf/xunJian/collect/components/collectRecord.vue
  30. 2 2
      src/pages/business/zhaf/xunJian/collect/index.vue
  31. 2 2
      src/pages/business/zhaf/xunJian/error/errorListDetail.vue
  32. 1 1
      src/pages/business/zhaf/xunJian/plan/components/content.vue
  33. 1 1
      src/pages/business/zhaf/xunJian/plan/components/drawer.vue
  34. 2 2
      src/pages/business/zhaf/xunJian/plan/components/report.vue
  35. 2 2
      src/pages/business/zhaf/xunJian/plan/components/siteDetails.vue
  36. 0 1
      src/pages/business/zhaf/xunJian/plan/index.vue
  37. 1 1
      src/pages/business/zhaf/xunJian/record/recordDetail/index.vue
  38. 2 2
      src/pages/business/zhxf/building/index.vue
  39. 2 2
      src/pages/business/zhxf/fireInspect/index.vue
  40. 1 1
      src/pages/business/zhxf/fireInspect/inspectDetails/index.vue
  41. 1 1
      src/pages/business/zhxf/fireInspect/inspectDetailsList/index.vue
  42. 2 2
      src/pages/business/zhxf/funReport/index.vue
  43. 1 1
      src/pages/common/face/index.vue
  44. 1 1
      src/pages/common/nfc/index.vue
  45. 1 1
      src/pages/common/success/index.vue
  46. 1 1
      src/pages/index.vue
  47. 6 6
      src/pages/info.vue
  48. 1 1
      src/pages/login.vue
  49. 3 3
      src/pages/mine.vue
  50. 1 1
      src/pages/mine/about/index.vue
  51. 2 2
      src/pages/mine/info/index.vue
  52. 1 1
      src/pages/mine/secure/index.vue
  53. 1 1
      src/pages/mine/secure/loginLog/index.vue
  54. 64 64
      src/plugins/constData.plugins.js
  55. 1 1
      vite.config.js

+ 1 - 1
src/components/calendar/calendar.vue

@@ -16,7 +16,7 @@
           </picker>
         </view>
       </view>
-      <image class="canlendar-icon" src="http://172.16.120.165:9300/statics/images/calendar.png"></image>
+      <image class="canlendar-icon" src="http://192.168.123.165:9300/statics/images/calendar.png"></image>
     </view>
   </view>
 </template>

+ 1 - 1
src/components/oa-scroll/index.vue

@@ -57,7 +57,7 @@
             marginBottom: '20px',
           }"
         >
-          <image style="width: 160px; height: 160px" src="http://172.16.120.165:9300/statics/images/data.png"></image>
+          <image style="width: 160px; height: 160px" src="http://192.168.123.165:9300/statics/images/data.png"></image>
           <view>暂无数据</view>
         </span>
       </div>

+ 1 - 1
src/components/oa-transForm/index.vue

@@ -11,7 +11,7 @@
     @touchmove="coverTouchmove"
     @touchend="coverTouchend"
   >
-    <image class="mine-image" src="http://172.16.120.165:9300/statics/images/mine/arc.png"></image>
+    <image class="mine-image" src="http://192.168.123.165:9300/statics/images/mine/arc.png"></image>
     <slot name="content"></slot>
   </view>
 </template>

+ 1 - 1
src/components/oa-upgrade/index.vue

@@ -1,6 +1,6 @@
 <template>
   <view class="upgrade-popup" v-if="isModalShow">
-    <image class="header-bg" src="http://172.16.120.165:9300/statics/images/common/oa-upgrade.png" mode="widthFix"></image>
+    <image class="header-bg" src="http://192.168.123.165:9300/statics/images/common/oa-upgrade.png" mode="widthFix"></image>
     <view
       class="iconfont oaIcon-upgrade header-bg"
       style="font-size: 110px; margin-top: -110px"

+ 2 - 2
src/components/oa-weather/index.vue

@@ -10,7 +10,7 @@
       </view>
       <view class="weather-center">
         <view class="weather-center-temperature">{{ state.weatherData[0].today.low + "/" + state.weatherData[0].today.high || "0℃" }}</view>
-        <image class="weather-center-image" :src="`${'http://172.16.120.165:9300/statics/icons/white/' + state.weatherData[0].code.now + '.png'}`" mode="heightFix"></image>
+        <image class="weather-center-image" :src="`${'http://192.168.123.165:9300/statics/icons/white/' + state.weatherData[0].code.now + '.png'}`" mode="heightFix"></image>
       </view>
     </view>
   </view>
@@ -64,7 +64,7 @@ defineExpose({
 
   .weather {
     padding: 10px;
-    background-image: url("http://172.16.120.165:9300/statics/images/index/weather.png");
+    background-image: url("http://192.168.123.165:9300/statics/images/index/weather.png");
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;

+ 2 - 2
src/config.js

@@ -7,7 +7,7 @@ export default {
   //#endif
 
   //#ifdef H5
-  baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://172.16.120.165:801/dev-api`,
+  baseUrl: import.meta.env.MODE === "production" ? `https://${window.location.host}/prod-api` : `http://192.168.123.165:801/dev-api`,
   //#endif
 
   websiteUrl: "https://qhome.usky.cn",
@@ -20,7 +20,7 @@ export default {
     // 应用版本
     version: uni.getSystemInfoSync().appWgtVersion || uni.getSystemInfoSync().appVersion,
     // 应用logo
-    logo: "http://172.16.120.165:9300/statics/logo.png",
+    logo: "http://192.168.123.165:9300/statics/logo.png",
     // 官网邮箱
     email: "admin@chinausky.com",
     // 服务热线

+ 1 - 1
src/pages.json

@@ -41,7 +41,7 @@
                 "navigationStyle": "custom",
                 "navigationBarTextStyle": "black"
             }
-        },
+        }
         
     ],
     "subPackages": [

+ 2 - 2
src/pages/business/common/fastMail/index.vue

@@ -38,7 +38,7 @@
               {{ data.pickupAddress }}
             </view>
             <view class="content-area-row_wrap-view" style="margin-right: auto">
-              <image style="width: 15px; height: 15px; margin: auto 5px auto 0" mode="widthFix" src="http://172.16.120.165:9300/statics/images/common/ydkd.png" />
+              <image style="width: 15px; height: 15px; margin: auto 5px auto 0" mode="widthFix" src="http://192.168.123.165:9300/statics/images/common/ydkd.png" />
               韵达快递:{{ data.packNo }}
             </view>
             <view class="content-area-row_wrap-view" style="min-width: auto">
@@ -63,7 +63,7 @@
               {{ data.pickupAddress }}
             </view>
             <view class="content-area-row_wrap-view" style="margin-right: auto">
-              <image style="width: 15px; height: 15px; margin: auto 5px auto 0" mode="widthFix" src="http://172.16.120.165:9300/statics/images/common/ydkd.png" />
+              <image style="width: 15px; height: 15px; margin: auto 5px auto 0" mode="widthFix" src="http://192.168.123.165:9300/statics/images/common/ydkd.png" />
               韵达快递:{{ data.packNo }}
             </view>
             <view class="content-area-row_wrap-view" style="min-width: auto">

+ 1 - 1
src/pages/business/common/projectMange/components/avatarList.vue

@@ -3,7 +3,7 @@
     <view class="mr10 mb10" v-for="(user, index) in userList" :key="index" @click="deleteUsers(index)">
       <u-avatar
         class="avatar"
-        :src="user.avatar ? user.avatar : 'http://172.16.120.165:9300/statics/images/404.png'"
+        :src="user.avatar ? user.avatar : 'http://192.168.123.165:9300/statics/images/404.png'"
         shape="square"
         size="40"
         fontSize="12"

+ 1 - 1
src/pages/business/common/projectMange/mall/components/mall-list.vue

@@ -10,7 +10,7 @@
           :key="item.id"
           @click="handelClickItem(item)"
         >
-          <view class="box-list-item-department-pic" v-if="item.children && item.children.length >= 0"><image src="http://172.16.120.165:9300/statics/department-icon.png"></image></view>
+          <view class="box-list-item-department-pic" v-if="item.children && item.children.length >= 0"><image src="http://192.168.123.165:9300/statics/department-icon.png"></image></view>
           <view class="box-list-item-user-pic flex" v-else>
             <u-checkbox class="box-list-item-user-pic-checkbox mr9" :name="item.id"> </u-checkbox>
             <u-avatar

+ 2 - 2
src/pages/business/common/videoMonitor/videoList.vue

@@ -17,8 +17,8 @@
       <view class="menu-list m0">
         <view class="list-cell list-cell-arrow" style="line-height: 25px" v-for="(base, index) in state.dataList" :key="index" @click="handleToDetails(base)">
           <view class="menu-item">
-            <image v-if="base.deviceStatus == 1" class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="http://172.16.120.165:9300/statics/images/videoMonitor/video-icon-on.png"></image>
-            <image v-if="base.deviceStatus == 2" class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="http://172.16.120.165:9300/statics/images/videoMonitor/video-icon-off.png"></image>
+            <image v-if="base.deviceStatus == 1" class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="http://192.168.123.165:9300/statics/images/videoMonitor/video-icon-on.png"></image>
+            <image v-if="base.deviceStatus == 2" class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="http://192.168.123.165:9300/statics/images/videoMonitor/video-icon-off.png"></image>
             <view style="width: calc(100% - 51px); display: flex; justify-content: space-between; padding-right: 10px">
               <view class="deviceHeader">
                 <view class="deviceName text-ellipsis">{{ base.deviceName }}</view>

+ 1 - 1
src/pages/business/fireIot/alarmManage/alarmDetails/index.vue

@@ -12,7 +12,7 @@
   >
     <template #default>
       <view class="flex bg-white p15 mb15">
-        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="array.typeImg ? array.typeImg : 'http://172.16.120.165:9300/statics/images/404.png'" mode="aspectFill"></image>
+        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="array.typeImg ? array.typeImg : 'http://192.168.123.165:9300/statics/images/404.png'" mode="aspectFill"></image>
 
         <view style="margin: auto auto auto 0">
           <view style="font-size: 15px"> {{ array.deviceName }} </view>

+ 1 - 1
src/pages/business/fireIot/alarmManage/index.vue

@@ -53,7 +53,7 @@ function init() {
           requset.data.records.forEach((e) => {
             requset1.data.records.forEach((el) => {
               if (e.productCode === el.productCode) {
-                e.typeImg = el.typeImg ? el.typeImg : "http://172.16.120.165:9300/statics/images/404.png";
+                e.typeImg = el.typeImg ? el.typeImg : "http://192.168.123.165:9300/statics/images/404.png";
               }
             });
           });

+ 1 - 1
src/pages/business/fireIot/deviceManage/components/deviceDetails.vue

@@ -12,7 +12,7 @@
   >
     <template #default>
       <view class="flex bg-white p15 mb15">
-        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="'http://172.16.120.165:9300/statics/images/404.png'" mode="aspectFill"></image>
+        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="'http://192.168.123.165:9300/statics/images/404.png'" mode="aspectFill"></image>
 
         <view style="margin: auto auto auto 0">
           <view style="font-size: 15px"> {{ commonStore.deviceDetailsArray.deviceName }} </view>

+ 1 - 1
src/pages/business/fireIot/deviceManage/components/deviceDetailsList.vue

@@ -40,7 +40,7 @@
         <view class="menu-list m0">
           <view class="list-cell list-cell-arrow" v-for="(base, index) in dataList" :key="index" @click="handleToDevice(base)">
             <view class="menu-item">
-              <image class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="http://172.16.120.165:9300/statics/images/deviceManage/1.png"></image>
+              <image class="image-bg" style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0" src="http://192.168.123.165:9300/statics/images/deviceManage/1.png"></image>
 
               <view style="width: calc(100% - 51px); display: flex; flex-flow: row wrap; padding-right: 10px">
                 <view class="deviceHeader">

+ 1 - 1
src/pages/business/fireIot/deviceManage/index.vue

@@ -50,7 +50,7 @@ function init() {
     if (requset.status === "SUCCESS") {
       requset.data.records.forEach((el) => {
         if (!el.typeImg) {
-          el.typeImg = "http://172.16.120.165:9300/statics/images/404.png";
+          el.typeImg = "http://192.168.123.165:9300/statics/images/404.png";
         }
 
         if (el.deviceCount == null) {

+ 1 - 1
src/pages/business/fireIot/facilitiesGather/mapGather.vue

@@ -2,7 +2,7 @@
   <web-view
     id="amapView"
     ref="amapView"
-    src="/http://172.16.120.165:9300/statics/amap/mapGather.html"
+    src="/http://192.168.123.165:9300/statics/amap/mapGather.html"
     bindmessage="receiveMessage"
     :webview-styles="{
       height: proxy.$settingStore.webViewHeight,

+ 1 - 1
src/pages/business/fireIot/facilitiesManage/facilitiesDetails.vue

@@ -12,7 +12,7 @@
   >
     <template #default>
       <view class="flex bg-white p15 mb15">
-        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="dataArray.imagesUrl ? dataArray.imagesUrl : 'http://172.16.120.165:9300/statics/images/404.png'" mode="aspectFill"></image>
+        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="dataArray.imagesUrl ? dataArray.imagesUrl : 'http://192.168.123.165:9300/statics/images/404.png'" mode="aspectFill"></image>
 
         <view style="margin: auto auto auto 0">
           <view style="font-size: 15px"> {{ dataArray.facilityName }} </view>

+ 2 - 2
src/pages/business/fireIot/facilitiesManage/index.vue

@@ -21,7 +21,7 @@
 
       <view class="flex bg-white mlr10 mt10 p10 shadow-default radius" v-for="(data, index) in dataList" :key="index">
         <view class="mr10" style="margin-top: auto; margin-bottom: auto" @click="handleToDevice(data.id, data.typeName)">
-          <image style="width: 40px" :src="data.typeImg ? data.typeImg : 'http://172.16.120.165:9300/statics/images/404.png'" mode="widthFix"></image>
+          <image style="width: 40px" :src="data.typeImg ? data.typeImg : 'http://192.168.123.165:9300/statics/images/404.png'" mode="widthFix"></image>
         </view>
 
         <view style="width: 100%" @click="handleToDevice(data.typeCode, data.typeName)">
@@ -46,7 +46,7 @@
   </oa-scroll>
 
   <view class="app-scan-fixed">
-    <u-image width="67" height="67" src="http://172.16.120.165:9300/statics/images/add.png" shape="circle" @tap="handleToPage()"></u-image>
+    <u-image width="67" height="67" src="http://192.168.123.165:9300/statics/images/add.png" shape="circle" @tap="handleToPage()"></u-image>
   </view>
 </template>
 

+ 1 - 1
src/pages/business/fireIot/facilitiesManage/mapFacilitiesView.vue

@@ -2,7 +2,7 @@
   <web-view
     id="amapView"
     ref="amapView"
-    src="/http://172.16.120.165:9300/statics/amap/mapFacilitiesView.html"
+    src="/http://192.168.123.165:9300/statics/amap/mapFacilitiesView.html"
     bindmessage="receiveMessage"
     :webview-styles="{
       height: proxy.$settingStore.webViewHeight,

+ 1 - 1
src/pages/business/fireIot/repairManage/index.vue

@@ -54,7 +54,7 @@ function init() {
           requset.data.records.forEach((e) => {
             requset1.data.records.forEach((el) => {
               if (e.productCode === el.productCode) {
-                e.typeImg = el.typeImg ? el.typeImg : "http://172.16.120.165:9300/statics/images/404.png";
+                e.typeImg = el.typeImg ? el.typeImg : "http://192.168.123.165:9300/statics/images/404.png";
               }
             });
           });

+ 1 - 1
src/pages/business/fireIot/repairManage/repairDetails.vue

@@ -12,7 +12,7 @@
   >
     <template #default>
       <view class="flex bg-white p15 mb15">
-        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="dataArray.typeImg ? dataArray.typeImg : 'http://172.16.120.165:9300/statics/images/404.png'" mode="aspectFill"></image>
+        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="dataArray.typeImg ? dataArray.typeImg : 'http://192.168.123.165:9300/statics/images/404.png'" mode="aspectFill"></image>
 
         <view style="margin: auto auto auto 0">
           <view style="font-size: 15px"> {{ dataArray.projectName }} </view>

+ 1 - 1
src/pages/business/mhxf/coordination/index.vue

@@ -1,7 +1,7 @@
 <template>
   <web-view
     ref="amapView"
-    src="/http://172.16.120.165:9300/statics/amap/coordination.html"
+    src="/http://192.168.123.165:9300/statics/amap/coordination.html"
     bindmessage="receiveMessage"
     :webview-styles="{
       height: proxy.$settingStore.webViewHeight,

+ 1 - 1
src/pages/business/mhxf/deviceManage/index.vue

@@ -40,7 +40,7 @@
                     <template #title>
                       <view class="flex">
                         <view class="cu-avatar lg" style="margin: 0 10px auto 0; background-color: rgba(0, 0, 0, 0)">
-                          <image class="image-bg" style="width: 80rpx; height: 80rpx" src="http://172.16.120.165:9300/statics/images/deviceManage/1.png"></image>
+                          <image class="image-bg" style="width: 80rpx; height: 80rpx" src="http://192.168.123.165:9300/statics/images/deviceManage/1.png"></image>
                         </view>
                         <view style="width: 100%">
                           <view class="flex" style="color: #000000">

+ 1 - 1
src/pages/business/mhxf/fireReport/components/detailedPath.vue

@@ -36,7 +36,7 @@ host = window.location.host;
 //#endif
 
 if (host.indexOf("172.16.120") != -1) {
-  viewerUrl.value = "http://172.16.120.165:9300/statics/pdf_js/web/viewer.html";
+  viewerUrl.value = "http://192.168.123.165:9300/statics/pdf_js/web/viewer.html";
 } else {
   viewerUrl.value = "http://file.usky.cn/statics/pdf_js/web/viewer.html";
 }

+ 1 - 1
src/pages/business/mhxf/fireReport/index.vue

@@ -17,7 +17,7 @@
       <view class="fireReport-area">
         <view class="fireReport-area_center" v-for="(li, index) in dataList" :key="index">
           <view class="fireReport-area_center_img" @click="handleSelect()">
-            <u-image src="http://172.16.120.165:9300/statics/images/fireReport/icon1.png" width="13px" height="13px"></u-image>
+            <u-image src="http://192.168.123.165:9300/statics/images/fireReport/icon1.png" width="13px" height="13px"></u-image>
           </view>
           <view class="fireReport-area_center_title" @click="handleSelect(li.reportPath)">
             <view>{{ li.reportName }}</view>

+ 2 - 2
src/pages/business/mhxf/needMatter/index.vue

@@ -31,7 +31,7 @@
             <u-collapse-item v-for="(cl, index) in classifyData" :key="index">
               <template #title>
                 <view class="collapse-header-area">
-                  <u--image class="collapse-header-area-image" src="http://172.16.120.165:9300/statics/images/needMatter/icon1.png" width="13px" height="14px"></u--image>
+                  <u--image class="collapse-header-area-image" src="http://192.168.123.165:9300/statics/images/needMatter/icon1.png" width="13px" height="14px"></u--image>
 
                   <view class="collapse-header-area-lable">
                     <view>待办通知</view>
@@ -162,7 +162,7 @@
                         <view style="display: flex" v-for="(i, index) in 5" :key="index">
                           <view>{{ cl["reformPathName" + (index + 1)] }}</view>
                           <!-- <view style="margin: auto 0 auto auto">
-                            <u--image src="http://172.16.120.165:9300/statics/images/needMatter/icon2.png" width="15px" height="15px"></u--image>
+                            <u--image src="http://192.168.123.165:9300/statics/images/needMatter/icon2.png" width="15px" height="15px"></u--image>
                           </view> -->
                         </view>
                       </view>

+ 1 - 1
src/pages/business/mhxf/unitInfoCollection/index.vue

@@ -87,7 +87,7 @@
           <view style="padding: 10px 0" v-for="(li, index) in form.baseBuildList" :key="index">
             <view class="" style="padding: 10px 10px 20px 10px; background: #ffffff">
               <view style="display: flex; overflow: hidden">
-                <image style="width: 15px; height: 15px; margin: auto 10px auto 0" src="http://172.16.120.165:9300/statics/images/unitInfoCollection/icon1.png" />
+                <image style="width: 15px; height: 15px; margin: auto 10px auto 0" src="http://192.168.123.165:9300/statics/images/unitInfoCollection/icon1.png" />
                 <view style="margin: auto auto auto 0">建筑{{ index + 1 }}</view>
                 <u-icon v-if="form.baseBuildList.length > 1" name="trash" color="#FF0000" size="20" style="float: right" @click="deleteSubmit('建筑', index)"></u-icon>
               </view>

+ 2 - 2
src/pages/business/zhaf/xunJian/collect/components/collectRecord.vue

@@ -27,9 +27,9 @@
       </view>
       <view class="collect-area bg-white" v-for="(cu, index) in state.siteList" :key="index">
         <view class="collect-area_left">
-          <u-image style="margin: auto" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/scan.png" v-if="cu.siteType == 1" shape="circle"></u-image>
+          <u-image style="margin: auto" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/scan.png" v-if="cu.siteType == 1" shape="circle"></u-image>
 
-          <u-image style="margin: auto" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/NFC.png" v-if="cu.siteType == 2" shape="circle"></u-image>
+          <u-image style="margin: auto" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/NFC.png" v-if="cu.siteType == 2" shape="circle"></u-image>
         </view>
         <view class="collect-area_center">
           <view class="collect-area_center_title">

+ 2 - 2
src/pages/business/zhaf/xunJian/collect/index.vue

@@ -34,9 +34,9 @@
         >
           <view class="collect-area bg-white">
             <view class="collect-area_left">
-              <u-image style="margin: auto" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/scan.png" v-if="cu.siteType == 1" shape="circle"></u-image>
+              <u-image style="margin: auto" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/scan.png" v-if="cu.siteType == 1" shape="circle"></u-image>
 
-              <u-image style="margin: auto" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/NFC.png" v-if="cu.siteType == 2" shape="circle"></u-image>
+              <u-image style="margin: auto" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/NFC.png" v-if="cu.siteType == 2" shape="circle"></u-image>
             </view>
             <view class="collect-area_center">
               <view class="collect-area_center_title">

+ 2 - 2
src/pages/business/zhaf/xunJian/error/errorListDetail.vue

@@ -26,7 +26,7 @@
                 style="width: 20px; height: 20px; margin: auto 15px auto 0"
                 v-for="(item, index) in JSON.parse(dataList.eventImage)"
                 :key="index"
-                :src="item.url ? item.url : 'http://172.16.120.165:9300/statics/images/404.png'"
+                :src="item.url ? item.url : 'http://192.168.123.165:9300/statics/images/404.png'"
                 mode="aspectFill"
               ></image>
             </view>
@@ -94,7 +94,7 @@
                 style="width: 20px; height: 20px; margin: auto 15px auto 0"
                 v-for="(item, index) in JSON.parse(dataList.handleImage)"
                 :key="index"
-                :src="item.url ? item.url : 'http://172.16.120.165:9300/statics/images/404.png'"
+                :src="item.url ? item.url : 'http://192.168.123.165:9300/statics/images/404.png'"
                 mode="aspectFill"
               ></image>
             </view>

+ 1 - 1
src/pages/business/zhaf/xunJian/plan/components/content.vue

@@ -126,7 +126,7 @@ const title = ref("");
 const content = ref("");
 const audioUrl = ref("");
 function confirm() {
-  audioUrl.value = "http://172.16.120.165:9300/statics/mp3/XJWC.mp3";
+  audioUrl.value = "http://192.168.123.165:9300/statics/mp3/XJWC.mp3";
   show.value = false;
   uni.$emit("planSelect"); //执行页面中的自定义方法
   proxy.$tab.navigateBack(3); //返回到需要执行方法的页面

+ 1 - 1
src/pages/business/zhaf/xunJian/plan/components/drawer.vue

@@ -9,7 +9,7 @@
         <view v-for="(scan, index) in scanArray" :key="index">
           <view class="operate-area-content">
             <view class="operate-area-content-icon">
-              <img src="http://172.16.120.165:9300/statics/images/xunjian/plan-scan-drawer.png" alt="" />
+              <img src="http://192.168.123.165:9300/statics/images/xunjian/plan-scan-drawer.png" alt="" />
             </view>
             <view class="operate-area-content-title">{{ scan.planName }} </view>
             <view class="operate-area-content-btn">

+ 2 - 2
src/pages/business/zhaf/xunJian/plan/components/report.vue

@@ -12,9 +12,9 @@
     <template #default>
       <view class="flex bg-white mb15 ptb15 pl15" v-for="cu in currentDateList" :key="cu">
         <view class="flex mr15" @click="pulicClick(cu)">
-          <u-image style="margin: auto" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/scan.png" v-if="cu.siteType == 1" shape="circle"></u-image>
+          <u-image style="margin: auto" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/scan.png" v-if="cu.siteType == 1" shape="circle"></u-image>
 
-          <u-image style="margin: auto" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/NFC.png" v-if="cu.siteType == 2" shape="circle"></u-image>
+          <u-image style="margin: auto" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/NFC.png" v-if="cu.siteType == 2" shape="circle"></u-image>
         </view>
         <view class="reportCenter" @click="pulicClick(cu)">
           <view class="centerSiteName">

+ 2 - 2
src/pages/business/zhaf/xunJian/plan/components/siteDetails.vue

@@ -12,8 +12,8 @@
     <template #default>
       <view class="xunjian-plan-siteDetails">
         <view class="flex bg-white p15 mb15">
-          <u-image style="margin: auto 15px auto 0" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/scan.png" v-if="siteList.siteType == 1" shape="circle"></u-image>
-          <u-image style="margin: auto 15px auto 0" width="40" height="40" src="http://172.16.120.165:9300/statics/images/xunjian/NFC.png" v-if="siteList.siteType == 2" shape="circle"></u-image>
+          <u-image style="margin: auto 15px auto 0" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/scan.png" v-if="siteList.siteType == 1" shape="circle"></u-image>
+          <u-image style="margin: auto 15px auto 0" width="40" height="40" src="http://192.168.123.165:9300/statics/images/xunjian/NFC.png" v-if="siteList.siteType == 2" shape="circle"></u-image>
 
           <view style="margin: auto auto auto 0">
             <view style="font-size: 15px; margin-bottom: 2px"> {{ siteList.siteName }} </view>

+ 0 - 1
src/pages/business/zhaf/xunJian/plan/index.vue

@@ -122,7 +122,6 @@ import { recordList, recordOption, planList, patrolInspectionPlan, appPlanStatis
 /*----------------------------------组件引入-----------------------------------*/
 import drawer from "./components/drawer.vue"; // 引入组件
 import oaMovable from "@/components/oa-movable/index.vue"; // 引入组件
-import uviewPlus from "@/uni_modules/uview-plus";
 import oaTimeLine from "@/components/oa-timeLine/index"
 import oaTimeLineItem from "@/components/oa-timeLine-item/index"
 /*----------------------------------store引入-----------------------------------*/

+ 1 - 1
src/pages/business/zhaf/xunJian/record/recordDetail/index.vue

@@ -72,7 +72,7 @@
           巡检图片
         </view>
         <view class="plr15 pb20 imgPic">
-          <image v-if="!getData.report_photos && dataRes == 1" mode="widthFix" src="http://172.16.120.165:9300/statics/images/defaultImg.jpg" width="100%" />
+          <image v-if="!getData.report_photos && dataRes == 1" mode="widthFix" src="http://192.168.123.165:9300/statics/images/defaultImg.jpg" width="100%" />
           <image v-else mode="widthFix" :src="`${websiteUrl}${getData.report_photos}`" width="100%" />
         </view>
       </view>

+ 2 - 2
src/pages/business/zhxf/building/index.vue

@@ -79,7 +79,7 @@
     <uni-section class="block mb10" title="消防设施平面布置图" type="line" titleFontSize="16px" titleColor="#4074E7"></uni-section>
     <view class="processStatus">
       <view class="plr10 imgPic">
-        <image v-if="!getDetailData.build_plan && dataRes == 1" mode="widthFix" src="http://172.16.120.165:9300/statics/images/defaultImg.jpg" />
+        <image v-if="!getDetailData.build_plan && dataRes == 1" mode="widthFix" src="http://192.168.123.165:9300/statics/images/defaultImg.jpg" />
         <image v-else mode="widthFix" :src="getDetailData.layout_plan" />
       </view>
     </view>
@@ -88,7 +88,7 @@
 
     <view class="processStatus">
       <view class="plr10 pb20 imgPic">
-        <image v-if="!getDetailData.build_plan && dataRes == 1" mode="widthFix" src="http://172.16.120.165:9300/statics/images/defaultImg.jpg" />
+        <image v-if="!getDetailData.build_plan && dataRes == 1" mode="widthFix" src="http://192.168.123.165:9300/statics/images/defaultImg.jpg" />
         <image v-else :src="getDetailData.build_plan" mode="widthFix" />
       </view>
     </view>

+ 2 - 2
src/pages/business/zhxf/fireInspect/index.vue

@@ -51,7 +51,7 @@ const dataList = ref([
     offLineUntreated: 0,
     offLineProcessed: 0,
     offLineProcessRate: 0,
-    typeImg: "http://172.16.120.165:9300/statics/images/fireInspect/rg.png",
+    typeImg: "http://192.168.123.165:9300/statics/images/fireInspect/rg.png",
   },
   {
     productName: "电子督察单",
@@ -65,7 +65,7 @@ const dataList = ref([
     offLineUntreated: 0,
     offLineProcessed: 0,
     offLineProcessRate: 0,
-    typeImg: "http://172.16.120.165:9300/statics/images/fireInspect/dz.png",
+    typeImg: "http://192.168.123.165:9300/statics/images/fireInspect/dz.png",
   },
 ]);
 const pageSize = ref(20);

+ 1 - 1
src/pages/business/zhxf/fireInspect/inspectDetails/index.vue

@@ -11,7 +11,7 @@
   >
     <template #default>
       <view class="flex bg-white p15 mb15">
-        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="dataArray.typeImg ? dataArray.typeImg : 'http://172.16.120.165:9300/statics/images/404.png'" mode="aspectFill"></image>
+        <image style="width: 40px; height: 40px; margin: auto 15px auto 0" :src="dataArray.typeImg ? dataArray.typeImg : 'http://192.168.123.165:9300/statics/images/404.png'" mode="aspectFill"></image>
 
         <view style="margin: auto auto auto 0">
           <view style="font-size: 15px"> {{ dataArray.timestamp ? dataArray.timestamp.replace("T", " ") : "" }} </view>

+ 1 - 1
src/pages/business/zhxf/fireInspect/inspectDetailsList/index.vue

@@ -32,7 +32,7 @@
             <image
               class="image-bg"
               style="width: 80rpx; height: 80rpx; margin: auto 10px auto 0"
-              :src="base.handleStatus == 1 ? 'http://172.16.120.165:9300/statics/images/fireInspect/processed-icon.png' : 'http://172.16.120.165:9300/statics/images/fireInspect/process-icon.png'"
+              :src="base.handleStatus == 1 ? 'http://192.168.123.165:9300/statics/images/fireInspect/processed-icon.png' : 'http://192.168.123.165:9300/statics/images/fireInspect/process-icon.png'"
             >
             </image>
             <view style="width: calc(100% - 51px); display: flex; justify-content: space-between; align-items: center; padding-right: 10px">

+ 2 - 2
src/pages/business/zhxf/funReport/index.vue

@@ -26,7 +26,7 @@
           :data-target="'move-box-' + index"
         >
           <view class="cu-avatar round lg" style="background: transparent">
-            <image class="image-bg" style="width: 46px; height: 46px" src="http://172.16.120.165:9300/statics/images/setting/funcList.png" />
+            <image class="image-bg" style="width: 46px; height: 46px" src="http://192.168.123.165:9300/statics/images/setting/funcList.png" />
           </view>
           <view class="content">
             <view class="pro-title">
@@ -57,7 +57,7 @@
     </view>
 
     <view class="app-scan-fixed">
-      <u-image width="67" height="67" src="http://172.16.120.165:9300/statics/images/add.png" shape="circle" @tap="goAddPage()"></u-image>
+      <u-image width="67" height="67" src="http://192.168.123.165:9300/statics/images/add.png" shape="circle" @tap="goAddPage()"></u-image>
     </view>
   </view>
 </template>

+ 1 - 1
src/pages/common/face/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <web-view ref="faceView" id="faceView" class="faceView" src="http://172.16.120.165:9300/statics/face/index.html" bindmessage="receiveMessage" :webview-styles="webviewStyles" @message="onMessage"></web-view>
+  <web-view ref="faceView" id="faceView" class="faceView" src="http://192.168.123.165:9300/statics/face/index.html" bindmessage="receiveMessage" :webview-styles="webviewStyles" @message="onMessage"></web-view>
   <u-modal
     :show="modal.show"
     title="配置服务器"

+ 1 - 1
src/pages/common/nfc/index.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="nfc-container">
     <view class="nfc-container-image">
-      <image class="nfc-gif" src="http://172.16.120.165:9300/statics/images/common/nfc-flash.gif" mode="aspectFit" style="width: 230px"></image>
+      <image class="nfc-gif" src="http://192.168.123.165:9300/statics/images/common/nfc-flash.gif" mode="aspectFit" style="width: 230px"></image>
     </view>
     <view class="nfc-container-text">{{ proxy.$settingStore.nfcWaiting }}</view>
   </view>

+ 1 - 1
src/pages/common/success/index.vue

@@ -1,7 +1,7 @@
 <template>
   <view id="success-container" :data-theme="'theme-' + proxy.$settingStore.themeColor.name">
     <view class="content-section">
-      <image class="content-section-image" src="http://172.16.120.165:9300/statics/images/common/success.png" />
+      <image class="content-section-image" src="http://192.168.123.165:9300/statics/images/common/success.png" />
       <view class="content-section-text">{{ codeName }}</view>
     </view>
 

+ 1 - 1
src/pages/index.vue

@@ -45,7 +45,7 @@
         <!-- 轮播图 -->
         <u-swiper v-if="state.swiperBool" :list="state.swiperList" :interval="state.swiperTime" indicatorMode="line" radius="0" height="160" indicator circular keyName="url" @click="swiperClick">
         </u-swiper>
-        <image v-if="!state.swiperBool" style="width: 100%; height: 160px" src="http://172.16.120.165:9300/statics/images/index/banner1.png"></image>
+        <image v-if="!state.swiperBool" style="width: 100%; height: 160px" src="http://192.168.123.165:9300/statics/images/index/banner1.png"></image>
 
         <!-- 天气 -->
         <!-- #ifdef APP-PLUS || H5 -->

+ 6 - 6
src/pages/info.vue

@@ -8,7 +8,7 @@
         <u-badge numberType="overflow" max="99" :value="infoList.total || 0"></u-badge>
       </view>
       <view class="u-navbar__content__left__item topImage" @click="clearMsg" v-if="infoList.total > 0">
-        <image class="image-bg-top" src="http://172.16.120.165:9300/statics/images/common/clear.png" />
+        <image class="image-bg-top" src="http://192.168.123.165:9300/statics/images/common/clear.png" />
       </view>
     </template>
     <template #right>
@@ -92,19 +92,19 @@ function init() {
             receiveStatic.infoTypeStatic[i].label = dictList[j].label;
             receiveStatic.infoTypeStatic[i].type = dictList[j].value;
             if (receiveStatic.infoTypeStatic[i].infoType == 1) {
-              receiveStatic.infoTypeStatic[i].img = "http://172.16.120.165:9300/statics/images/common/noticeMessage.png";
+              receiveStatic.infoTypeStatic[i].img = "http://192.168.123.165:9300/statics/images/common/noticeMessage.png";
             }
             if (receiveStatic.infoTypeStatic[i].infoType == 2) {
-              receiveStatic.infoTypeStatic[i].img = "http://172.16.120.165:9300/statics/images/common/inspectionMessage.png";
+              receiveStatic.infoTypeStatic[i].img = "http://192.168.123.165:9300/statics/images/common/inspectionMessage.png";
             }
             if (receiveStatic.infoTypeStatic[i].infoType == 3) {
-              receiveStatic.infoTypeStatic[i].img = "http://172.16.120.165:9300/statics/images/common/meetingMessage.png";
+              receiveStatic.infoTypeStatic[i].img = "http://192.168.123.165:9300/statics/images/common/meetingMessage.png";
             }
             if (receiveStatic.infoTypeStatic[i].infoType == 4) {
-              receiveStatic.infoTypeStatic[i].img = "http://172.16.120.165:9300/statics/images/common/alarmMessage.png";
+              receiveStatic.infoTypeStatic[i].img = "http://192.168.123.165:9300/statics/images/common/alarmMessage.png";
             }
             if (receiveStatic.infoTypeStatic[i].infoType == 5) {
-              receiveStatic.infoTypeStatic[i].img = "http://172.16.120.165:9300/statics/images/common/reportMessage.png";
+              receiveStatic.infoTypeStatic[i].img = "http://192.168.123.165:9300/statics/images/common/reportMessage.png";
             }
           }
         }

+ 1 - 1
src/pages/login.vue

@@ -181,7 +181,7 @@ function init() {
 
   if (window.location.host) {
     linkUrl.value = window.location.host;
-    // linkUrl.value = "172.16.120.165:13200";
+    // linkUrl.value = "192.168.123.165:13200";
     // linkUrl.value = "localhost:81";
     useStore.GetMobileTenantConfig({ url: linkUrl.value });
   }

+ 3 - 3
src/pages/mine.vue

@@ -135,13 +135,13 @@
           <!-- <view class="menu-list">
             <view class="list-cell list-cell-arrow" @tap="goSiteManage" v-if="permissionLabel == 1">
               <view class="menu-item">
-                <image class="menu-item-image" src="http://172.16.120.165:9300/statics/images/setting/setting-icon2.png" style="width: 15px; height: 15px"></image>
+                <image class="menu-item-image" src="http://192.168.123.165:9300/statics/images/setting/setting-icon2.png" style="width: 15px; height: 15px"></image>
                 <view>站点管理</view>
               </view>
             </view>
             <view class="list-cell list-cell-arrow" @tap="goAuthManage" v-if="permissionLabel == 1">
               <view class="menu-item">
-                <image class="menu-item-image" src="http://172.16.120.165:9300/statics/images/setting/setting-icon4.png" style="width: 15px; height: 15px"></image>
+                <image class="menu-item-image" src="http://192.168.123.165:9300/statics/images/setting/setting-icon4.png" style="width: 15px; height: 15px"></image>
                 <view>权限管理</view>
               </view>
             </view>
@@ -299,7 +299,7 @@ onNavigationBarButtonTap((e) => {
       flex-direction: column;
       color: #f7d680;
       height: 132px;
-      background: url("http://172.16.120.165:9300/statics/images/mine/vip-card.png");
+      background: url("http://192.168.123.165:9300/statics/images/mine/vip-card.png");
       background-size: 100% 100%;
       border-radius: 8px 8px 0 0;
       overflow: hidden;

+ 1 - 1
src/pages/mine/about/index.vue

@@ -10,7 +10,7 @@
 
     <view class="oa-header-section text-center">
       <image style="width: 130rpx; height: 130rpx" mode="heightFix" :src="useStore.loginLogo" v-if="useStore.loginLogo" />
-      <image style="width: 130rpx; height: 130rpx" mode="heightFix" src="http://172.16.120.165:9300/statics/logo200.png" v-else />
+      <image style="width: 130rpx; height: 130rpx" mode="heightFix" src="http://192.168.123.165:9300/statics/logo200.png" v-else />
       <uni-title type="h2" :title="useStore.loginTitle"></uni-title>
     </view>
 

+ 2 - 2
src/pages/mine/info/index.vue

@@ -66,9 +66,9 @@
     </view>
 
     <!-- <view class="user-section" :class="'bg-' + proxy.$settingStore.themeColor.name" :style="{ paddingTop: '44px' + proxy.$settingStore.StatusBarHeight }">
-      <image class="bg" src="http://172.16.120.165:9300/statics/images/mine/user-bg.png"></image>
+      <image class="bg" src="http://192.168.123.165:9300/statics/images/mine/user-bg.png"></image>
       <view class="portrait-box">
-        <image v-if="!avatar" @click="proxy.$settingStore.handleToAvatar(1)" class="portrait" src="http://172.16.120.165:9300/statics/images/mine/missing-face.png"></image>
+        <image v-if="!avatar" @click="proxy.$settingStore.handleToAvatar(1)" class="portrait" src="http://192.168.123.165:9300/statics/images/mine/missing-face.png"></image>
         <image v-if="avatar" @click="proxy.$settingStore.handleToAvatar(2)" :src="avatar" class="portrait cu-avatar xl round"> </image>
       </view>
     </view> -->

+ 1 - 1
src/pages/mine/secure/index.vue

@@ -3,7 +3,7 @@
     <view class="content-section">
       <view class="menu-list mt0 mlr0">
         <view></view>
-        <image style="width: 100%; height: 160px" src="http://172.16.120.165:9300/statics/images/index/banner2.jpg" mode="widthFix"></image>
+        <image style="width: 100%; height: 160px" src="http://192.168.123.165:9300/statics/images/index/banner2.jpg" mode="widthFix"></image>
       </view>
 
       <view class="menu-list mt0 mlr0">

+ 1 - 1
src/pages/mine/secure/loginLog/index.vue

@@ -15,7 +15,7 @@
         <view class="container-area">
           <view class="container-area-content bg-white" v-for="data in state.dataList" :key="data">
             <view class="container-area-content-img">
-              <image style="width: 35px; height: 35px" :src="'http://172.16.120.165:9300/statics/images/404.png'" mode="aspectFill"></image>
+              <image style="width: 35px; height: 35px" :src="'http://192.168.123.165:9300/statics/images/404.png'" mode="aspectFill"></image>
             </view>
             <view class="container-area-content-center">
               <view

+ 64 - 64
src/plugins/constData.plugins.js

@@ -7,7 +7,7 @@ let homeRouter = [
 		redirectUrl: "/pages/business/zhaf/xunJian/xunJian",
 	},
 	// {
-	//   imgUrl: "http://172.16.120.165:9300/statics/images/square/square-xf.png",
+	//   imgUrl: "http://192.168.123.165:9300/statics/images/square/square-xf.png",
 	//   badge: 0,
 	//   name: "未开发",
 	//   redirectUrl: "",
@@ -44,21 +44,21 @@ let xunJianList = [
 		id: 1,
 		title: "巡检任务",
 		num: "0",
-		imgUrl: "http://172.16.120.165:9300/statics/images/xunjian/xunJian-icon1.png",
+		imgUrl: "http://192.168.123.165:9300/statics/images/xunjian/xunJian-icon1.png",
 		redirectUrl: "/pages/business/zhaf/xunJian/plan/index",
 	},
 	{
 		id: 2,
 		title: "巡检记录",
 		num: "0",
-		imgUrl: "http://172.16.120.165:9300/statics/images/xunjian/xunJian-icon2.png",
+		imgUrl: "http://192.168.123.165:9300/statics/images/xunjian/xunJian-icon2.png",
 		redirectUrl: "/pages/business/zhaf/xunJian/plan/index",
 	},
 	{
 		id: 3,
 		title: "巡检采集",
 		num: "0",
-		imgUrl: "http://172.16.120.165:9300/statics/images/xunjian/xunJian-icon3.png",
+		imgUrl: "http://192.168.123.165:9300/statics/images/xunjian/xunJian-icon3.png",
 		redirectUrl: "/pages/business/zhaf/xunJian/collect/index",
 	},
 ];
@@ -68,30 +68,30 @@ let homeTabbar = [
 	{
 		pagePath: "/pages/index",
 		iconClass: "oaIcon-tab-home",
-		iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-home.png",
-		selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-home-blue.png",
+		iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-home.png",
+		selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-home-blue.png",
 		text: "工作台",
 		dot: false,
 	},
 	// {
 	//   "pagePath": "pages/analyse/analyse",
-	//   "iconPath": "http://172.16.120.165:9300/statics/images/tabBar/analyse.png",
-	//   "selectedIconPath": "http://172.16.120.165:9300/statics/images/tabBar/analyse-selected.png",
+	//   "iconPath": "http://192.168.123.165:9300/statics/images/tabBar/analyse.png",
+	//   "selectedIconPath": "http://192.168.123.165:9300/statics/images/tabBar/analyse-selected.png",
 	//   "text": "分析"
 	// },
 	{
 		pagePath: "/pages/info",
 		iconClass: "oaIcon-tab-info",
-		iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-info.png",
-		selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-info-blue.png",
+		iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-info.png",
+		selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-info-blue.png",
 		text: "消息",
 		dot: false,
 	},
 	{
 		pagePath: "/pages/mine",
 		iconClass: "oaIcon-tab-mine",
-		iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-my.png",
-		selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-my-blue.png",
+		iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-my.png",
+		selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-my-blue.png",
 		text: "我的",
 		dot: false,
 	},
@@ -102,38 +102,38 @@ let projectTabbar = [
 	{
 		pagePath: "/pages/business/common/projectMange/record/index",
 		iconClass: "oaIcon-tab-reportRecord",
-		iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-home.png",
-		selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-home-blue.png",
+		iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-home.png",
+		selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-home-blue.png",
 		text: "报告记录",
 		dot: false,
 	},
 	{
 		pagePath: "/pages/business/common/projectMange/write/index",
 		iconClass: "oaIcon-tab-reportInsert",
-		iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-info.png",
-		selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-info-blue.png",
+		iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-info.png",
+		selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-info-blue.png",
 		text: "报告填写",
 		dot: false,
 	},
 	{
 		pagePath: "/pages/business/common/projectMange/list/index",
 		iconClass: "oaIcon-tab-projectsList",
-		iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-my.png",
-		selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-my-blue.png",
+		iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-my.png",
+		selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-my-blue.png",
 		text: "项目列表",
 		dot: false,
 	},
 	// {
 	// 	pagePath: "/pages/mine",
-	// 	iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-my.png",
-	// 	selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-my-blue.png",
+	// 	iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-my.png",
+	// 	selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-my-blue.png",
 	// 	text: "统计导出",
 	// 	dot: false,
 	// },
 	// {
 	// 	pagePath: "/pages/info",
-	// 	iconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-info.png",
-	// 	selectedIconPath: "http://172.16.120.165:9300/statics/images/tabBar/tab-info-blue.png",
+	// 	iconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-info.png",
+	// 	selectedIconPath: "http://192.168.123.165:9300/statics/images/tabBar/tab-info-blue.png",
 	// 	text: "模板管理",
 	// 	dot: false,
 	// },
@@ -148,9 +148,9 @@ export default {
 			name: 'rf',
 			color: '#149eff',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-blue.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-blue.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-blue.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-blue.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-blue.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-blue.png'
 			]
 		},
 		{
@@ -158,9 +158,9 @@ export default {
 			name: 'blue',
 			color: '#0081ff',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-blue.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-blue.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-blue.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-blue.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-blue.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-blue.png'
 			]
 		},
 		{
@@ -168,9 +168,9 @@ export default {
 			name: 'red',
 			color: '#e54d42',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-red.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-red.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-red.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-red.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-red.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-red.png'
 			]
 		},
 		{
@@ -178,9 +178,9 @@ export default {
 			name: 'orange',
 			color: '#f37b1d',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-orange.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-orange.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-orange.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-orange.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-orange.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-orange.png'
 			]
 		},
 		{
@@ -188,9 +188,9 @@ export default {
 			name: 'yellow',
 			color: '#fbbd08',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-yellow.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-yellow.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-yellow.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-yellow.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-yellow.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-yellow.png'
 			]
 		},
 		{
@@ -198,9 +198,9 @@ export default {
 			name: 'olive',
 			color: '#8dc63f',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-olive.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-olive.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-olive.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-olive.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-olive.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-olive.png'
 			]
 		},
 		{
@@ -208,9 +208,9 @@ export default {
 			name: 'green',
 			color: '#39b54a',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-green.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-green.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-green.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-green.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-green.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-green.png'
 			]
 		},
 		{
@@ -218,9 +218,9 @@ export default {
 			name: 'cyan',
 			color: '#1cbbb4',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-cyan.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-cyan.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-cyan.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-cyan.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-cyan.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-cyan.png'
 			]
 		},
 		{
@@ -228,9 +228,9 @@ export default {
 			name: 'purple',
 			color: '#6739b6',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-purple.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-purple.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-purple.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-purple.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-purple.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-purple.png'
 			]
 		},
 		{
@@ -238,9 +238,9 @@ export default {
 			name: 'mauve',
 			color: '#9c26b0',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-mauve.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-mauve.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-mauve.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-mauve.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-mauve.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-mauve.png'
 			]
 		},
 		{
@@ -248,9 +248,9 @@ export default {
 			name: 'pink',
 			color: '#e03997',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-pink.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-pink.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-pink.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-pink.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-pink.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-pink.png'
 			]
 		},
 		{
@@ -258,9 +258,9 @@ export default {
 			name: 'brown',
 			color: '#a5673f',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-brown.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-brown.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-brown.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-brown.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-brown.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-brown.png'
 			]
 		},
 		{
@@ -268,9 +268,9 @@ export default {
 			name: 'grey',
 			color: '#8799a3',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-grey.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-grey.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-grey.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-grey.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-grey.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-grey.png'
 			]
 		},
 		{
@@ -278,9 +278,9 @@ export default {
 			name: 'black',
 			color: '#333333',
 			tabList: [
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-home-black.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-info-black.png',
-				'http://172.16.120.165:9300/statics/images/tabBar/tab-my-black.png'
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-home-black.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-info-black.png',
+				'http://192.168.123.165:9300/statics/images/tabBar/tab-my-black.png'
 			]
 		}
 	],

+ 1 - 1
vite.config.js

@@ -12,7 +12,7 @@ export default defineConfig(({ mode, command }) => {
       port: 81, //启动端口
       proxy: {
         "/dev-api": {
-          target: "http://172.16.120.165:13200",
+          target: "http://192.168.123.165:13200",
           ws: true,
           changeOrigin: true,
           //rewrite: (p) => p.replace(/^\/dev-api/, '')