From 72f13e697d40c8fffc7aa0197fec4509bbe41569 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期一, 06 五月 2024 11:36:10 +0800 Subject: [PATCH] Merge branch 'master' into dev-threejs --- src/views/system/work-order/threshold/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/threshold/index.vue b/src/views/system/work-order/threshold/index.vue similarity index 99% rename from src/views/system/threshold/index.vue rename to src/views/system/work-order/threshold/index.vue index 3a2d583..ddbbc4e 100644 --- a/src/views/system/threshold/index.vue +++ b/src/views/system/work-order/threshold/index.vue @@ -162,7 +162,7 @@ <script> import { listThreshold, getThreshold, editVideo } from '@/api/platform/threshold' -import { editCar, editFace, getCar, getFace, getVideo } from '../../../api/platform/threshold' +import { editCar, editFace, getCar, getFace, getVideo } from '../../../../api/platform/threshold' export default { dicts: ['image_qualify', 'video_qualify'], -- Gitblit v1.8.0