Преглед на файлове

[Fix 0000] 打包错误修复

houzekong преди 4 дни
родител
ревизия
3dc3647d82
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/vent/monitorManager/safetySensorMonitor/index.vue

+ 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();