Browse Source

[Fix 0000] 打包错误修复

houzekong 2 days ago
parent
commit
3dc3647d82
1 changed files with 1 additions and 1 deletions
  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();