From b9a81d64cc965102c2adb70dee1d5a7397da5716 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 24 六月 2026 17:38:51 +0800
Subject: [PATCH] 项目初始化
---
src/api/iot/thingmodel/index.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/iot/thingmodel/index.ts b/src/api/iot/thingmodel/index.ts
index 40bf2a0..f575d7b 100644
--- a/src/api/iot/thingmodel/index.ts
+++ b/src/api/iot/thingmodel/index.ts
@@ -1,8 +1,8 @@
import type { Rule } from 'ant-design-vue/es/form';
-import type { PageParam, PageResult } from '..\..\..\packages\effects\request\src';
+import type { PageParam, PageResult } from '../../../packages/effects/request/src';
-import { isEmpty } from '..\..\..\packages\utils\src';
+import { isEmpty } from '../../../packages/utils/src';
import { requestClient } from '#/api/request';
--
Gitblit v1.9.3