瀏覽代碼

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