吉安感知网项目-前端
罗广辉
2026-02-04 d74a34044b2881e514ca36009f5d5d880fe59956
feat: 删除无用代码
7 files modified
4 files renamed
2 files deleted
246 ■■■■■ changed files
applications/mobile-web-view/src/appPages/inspectionTask/TaskInProgress/TaskContent.vue 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/inspectionTask/addTask/index.vue 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/inspectionTask/execution/compoment/details.vue 4 ●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/login/index.vue patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/login/noLogin.vue patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/login/userlogin.vue 6 ●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/src/components/CurrentTaskDetails/RealTimeMap.vue 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/src/main.js 2 ●●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/mixins/crud.js 217 ●●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/router/page/index.js 6 ●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/router/views/index.js 3 ●●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/utils/cesium/pointWayLineUtils.js patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/inspectionTask/TaskInProgress/TaskContent.vue
@@ -18,7 +18,7 @@
</template>
<script setup>
import { getFindAction } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
import { getFindAction } from '@/utils/cesium/pointWayLineUtils'
const flightEvents = ref([])
const hasAiTypeStr = ref(false)
applications/mobile-web-view/src/appPages/inspectionTask/addTask/index.vue
@@ -94,7 +94,7 @@
import { newGetWorkspacesPage } from '@/api/routePlan'
import { getMultipleDictionary } from '@/api/system/dictbiz'
import { getFlyingNestBy, getWaylineSplit, createTask } from '@/api/home/task'
import { analysisPointLineKmz, handlePointListForKmz } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
import { analysisPointLineKmz, handlePointListForKmz } from '@/utils/cesium/pointWayLineUtils'
import { getWaylineSplitApi } from '@/api/routePlan'
import _ from 'lodash'
import dayjs from 'dayjs'
applications/mobile-web-view/src/appPages/inspectionTask/execution/compoment/details.vue
@@ -38,7 +38,7 @@
</template>
<script setup>
import { getJobDetails } from '@/api/home/task'
import { getFindAction } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
import { getFindAction } from '@/utils/cesium/pointWayLineUtils'
import flySvg from '@/appDataSource/inspectionTask/fly.svg'
import errorSvg from '@/appDataSource/inspectionTask/error.svg'
import _ from 'lodash'
@@ -48,7 +48,7 @@
import yx from '@/appDataSource/leafletMapIcon/yx.svg'
import suoSvg from '@/appDataSource/inspectionTask/suo-bg.svg'
import fangSvg from '@/appDataSource/inspectionTask/fang-bg.svg'
import { analysisPointLineKmz } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
import { analysisPointLineKmz } from '@/utils/cesium/pointWayLineUtils'
import startImg from '@/assets/images/signMachineNest/rwqfd.png'
import droneIconSvg from '@/appDataSource/leafletMapIcon/drone-icon.svg'
import endPointImg from '@/assets/images/EndPointicon.png'
applications/mobile-web-view/src/appPages/login/index.vue
applications/mobile-web-view/src/appPages/login/noLogin.vue
applications/mobile-web-view/src/appPages/login/userlogin.vue
File was renamed from applications/mobile-web-view/src/page/login/userlogin.vue
@@ -32,10 +32,10 @@
                    <img
                        v-if="showPasswordModel"
                        @click="showPasswordModel = !showPasswordModel"
                        src="@/assets/images/login/close-eye.png"
                        src="../../assets/images/login/close-eye.png"
                        alt=""
                    />
                    <img v-else @click="showPasswordModel = !showPasswordModel" src="@/assets/images/login/see.png" alt="" />
                    <img v-else @click="showPasswordModel = !showPasswordModel" src="../../assets/images/login/see.png" alt="" />
                </el-form-item>
            </div>
            <!-- <div class="forgot-password">忘记密码</div> -->
@@ -59,7 +59,7 @@
            class="tip-dialogs"
        >
            <div class="dialog-close" @click="tipDialogVisible = false">
                <img src="@/assets/images/clusterScheduling/close.png" alt="" />
                <img src="../../assets/images/clusterScheduling/close.png" alt="" />
            </div>
            <div class="dialog-contents">
                <div class="tip-contents">{{ tipInfo }}</div>
applications/mobile-web-view/src/components/CurrentTaskDetails/AppPtzControl.vue
@@ -55,7 +55,7 @@
import { useRunOnce } from '@/hooks'
import { decryptAES } from '@/utils/cryptoUtils'
import { useMqtt } from '@/hooks/controlDrone/useMqtt'
import { analysisPointLineKmz } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
import { analysisPointLineKmz } from '@/utils/cesium/pointWayLineUtils'
import { showToast } from 'vant'
const wsInfo = inject('wsInfo')
applications/mobile-web-view/src/components/CurrentTaskDetails/RealTimeMap.vue
@@ -18,7 +18,7 @@
import droneIcon from '@/appDataSource/leafletMapIcon/drone-icon3.svg'
import sl from '@/appDataSource/leafletMapIcon/sl.svg'
import yx from '@/appDataSource/leafletMapIcon/yx.svg'
import { analysisPointLineKmz } from '@/views/RoutePlan/PointAirLine/pointWayLineUtils'
import { analysisPointLineKmz } from '@/utils/cesium/pointWayLineUtils'
import startImg from '@/assets/images/signMachineNest/start.png'
import endPointImg from '@/assets/images/signMachineNest/end.png'
import { useAreaBoundary } from '@/hooks/useAreaBoundary'
applications/mobile-web-view/src/main.js
@@ -28,7 +28,6 @@
import Avue from '@smallwei/avue'
import '@smallwei/avue/lib/index.css'
import avueUeditor from 'avue-plugin-ueditor'
import crudCommon from '@/mixins/crud.js'
import { getScreen } from './utils/util'
import './permission'
import error from './error'
@@ -48,7 +47,6 @@
import { onResize, pxToRem } from '@/utils/rem'
onResize()
import 'virtual:svg-icons-register'
window.$crudCommon = crudCommon
debug()
window.axios = axios
applications/mobile-web-view/src/mixins/crud.js
File was deleted
applications/mobile-web-view/src/router/page/index.js
@@ -2,7 +2,7 @@
    {
        path: '/login',
        name: '登录页',
        component: () => import('@/page/login/index.vue'),
        component: () => import('@/appPages/login/index.vue'),
        meta: {
            keepAlive: true,
            isTab: false,
@@ -108,7 +108,7 @@
    {
        path: '/ssh',
        name: '免登录页',
        component: () => import('@/page/login/noLogin.vue'),
        component: () => import('@/appPages/login/noLogin.vue'),
        meta: {
            keepAlive: true,
            isTab: false,
@@ -119,7 +119,7 @@
    {
        path: '/oauth/redirect/:source',
        name: '第三方登录',
        component: () => import('@/page/login/index.vue'),
        component: () => import('@/appPages/login/index.vue'),
        meta: {
            keepAlive: true,
            isTab: false,
applications/mobile-web-view/src/router/views/index.js
File was deleted
applications/mobile-web-view/src/utils/cesium/pointWayLineUtils.js