Pārlūkot izejas kodu

[Fix 0000] 打包错误修复

houzekong 4 dienas atpakaļ
vecāks
revīzija
3dc3647d82

+ 1 - 1
src/views/vent/monitorManager/safetySensorMonitor/index.vue

@@ -73,7 +73,7 @@
   import { useGlobSetting } from '/@/hooks/setting';
   import { useRouter } from 'vue-router';
   import { getDictItemsByCode } from '/@/utils/dict';
-  import { getDeviceList, safetyList } from './safety.api';
+  import { getDeviceList, safetyList } from '../safetyMonitor/safety.api';
 
   const router = useRouter();
   const { sysOrgCode } = useGlobSetting();