吉安感知网项目-前端
罗广辉
2026-01-23 b94d3f4f03b0b578f5583d320adc89f8adef1c42
Merge remote-tracking branch 'origin/master'
3 files modified
47 ■■■■ changed files
uniapps/work-wx/src/api/index.js 9 ●●●●● patch | view | raw | blame | history
uniapps/work-wx/src/pages/page/index.vue 25 ●●●● patch | view | raw | blame | history
uniapps/work-wx/src/subPackages/flightApplication/add.vue 13 ●●●●● patch | view | raw | blame | history
uniapps/work-wx/src/api/index.js
@@ -167,6 +167,14 @@
  })
}
// 审批状态
export const flyActivityStatusApi = () => {
  return request({
    url: `/system/dict/data/type/fly_activity_status`,
    method: 'get'
  })
}
// 无人机厂商
export const manufacturerInfoApi = data => {
  return request({
@@ -176,3 +184,4 @@
  })
}
uniapps/work-wx/src/pages/page/index.vue
@@ -11,6 +11,9 @@
            indicatorInactiveColor="#fff"
            indicatorPosition="center"
    ></u-swiper>
    <view class="lb-bottom">
      <image :src="lbBottomPng" />
    </view>
    <u-grid :col="4" :border="false" class="grid" @click="gridClick">
        <u-grid-item v-for="(baseListItem,baseListIndex) in baseList" :key="baseListIndex">
            <u-image :src="baseListItem.src" :width="26" :height="26"></u-image>
@@ -75,12 +78,13 @@
<script setup>
  import { onMounted, reactive, ref } from 'vue'
  import lbPng from '@/static/images/lb.png'
  import lbPng from '@/static/images/lbt.png'
  import kyxxPng from '@/static/images/kyxx.png'
  import fxsqPng from '@/static/images/fxsq.png'
  import flfgPng from '@/static/images/flfg.png'
  import zczdPng from '@/static/images/zczd.png'
  import docSvg from '@/static/images/doc.png'
  import lbBottomPng from '@/static/images/lb_bottom.png'
  import { sysNoticePageInfoApi, droneFlightTaskApi } from '@/api/index'
const lbList = reactive([]);
// lbPng 轮播图 5次
@@ -230,8 +234,17 @@
  height: 100%;
  display: flex;
  flex-direction: column;
  :deep(.u-swiper) {
    border-radius: 0 0 100px 100px;
  position: relative;
  .lb-bottom {
    position: absolute;
    top: 370rpx;
    left: 0;
    width: 100%;
    image {
      width: 100%;
      height: 32rpx;
    }
  }
  :deep(.u-grid) {
    margin-top: 40rpx;
@@ -268,9 +281,9 @@
    .title {
      padding: 40rpx 40rpx 0rpx 0rpx;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 500;
      font-size: 16px;
      color: #222324;
      font-weight: bolder;
      font-size: 32rpx;
      color: #1D2129;
    }
  }
  .card {
uniapps/work-wx/src/subPackages/flightApplication/add.vue
@@ -787,12 +787,15 @@
        border-radius: 8rpx 8rpx 8rpx 8rpx;
        // margin-bottom: 20rpx;
    }
    .label-tip {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;
        font-size: 10px;
        color: #3A3A3A;
    .custom-label {
        .label-tip {
            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: 400;
            font-size: 18rpx;
            color: #3A3A3A;
        }
    }
    .attention {
        font-family: Source Han Sans CN, Source Han Sans CN;
        font-weight: 400;