From 1f32ea02c1910c417f159cba81a296e66ae7484c Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周一, 28 4月 2025 17:38:15 +0800
Subject: [PATCH] 初次提交修改

---
 HIAWms/web/src/widgets/HIAWms/index.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/WMS/web/src/widgets/MyPluginName/index.ts b/HIAWms/web/src/widgets/HIAWms/index.ts
similarity index 64%
rename from WMS/web/src/widgets/MyPluginName/index.ts
rename to HIAWms/web/src/widgets/HIAWms/index.ts
index 34297a0..002998f 100644
--- a/WMS/web/src/widgets/MyPluginName/index.ts
+++ b/HIAWms/web/src/widgets/HIAWms/index.ts
@@ -1,14 +1,14 @@
-import MyPluginName from './Views/MyPluginName'
+import HIAWms from './Views/HIAWms'
 import Setting from '@/components/Setting/Setting'
 import { provider } from '@/provider/index'
 import p from '../../assets/svg/p.svg'
 
 export default {
-  is: 'MyPluginName',
-  name: 'MyPluginName',
+  is: 'HIAWms',
+  name: 'HIAWms',
   category: 'run',
   icon: p,
   authorizationRequired: false,
-  canvasView: provider(MyPluginName),
+  canvasView: provider(HIAWms),
   settingsView: Setting,
 }

--
Gitblit v1.9.3