From 581a1c0ebf94eaea3763311d9097cbc0d11d95da Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 15:03:20 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
---
applications/drone-command/src/views/detectionCountermeasure/detectionRange/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/drone-command/src/views/detectionCountermeasure/detectionRange.vue b/applications/drone-command/src/views/detectionCountermeasure/detectionRange/index.vue
similarity index 98%
rename from applications/drone-command/src/views/detectionCountermeasure/detectionRange.vue
rename to applications/drone-command/src/views/detectionCountermeasure/detectionRange/index.vue
index d90fb99..084c898 100644
--- a/applications/drone-command/src/views/detectionCountermeasure/detectionRange.vue
+++ b/applications/drone-command/src/views/detectionCountermeasure/detectionRange/index.vue
@@ -77,7 +77,7 @@
import { getDictionaryByCode } from '@/api/system/dictbiz'
import { getDictLabel } from '@ztzf/utils'
import { detectionRangePageApi, detectionRangeSubmitApi } from '@/api/detectionCountermeasure/detectionRange'
-import DetectionRangeDialog from './components/DetectionRangeDialog.vue'
+import DetectionRangeDialog from './DetectionRangeDialog.vue'
const initSearchParams = () => ({
deviceName: '', // 设备名称
--
Gitblit v1.9.3