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/app/template/HIAWms/index.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WMS/web/app/template/MyPluginName/index.ts b/HIAWms/web/app/template/HIAWms/index.ts similarity index 71% rename from WMS/web/app/template/MyPluginName/index.ts rename to HIAWms/web/app/template/HIAWms/index.ts index 170c7c7..0afc8ec 100644 --- a/WMS/web/app/template/MyPluginName/index.ts +++ b/HIAWms/web/app/template/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', + is: 'HIAWms', name: '${{widgetName}}', category: 'run', icon: p, authorizationRequired: false, - canvasView: provider(MyPluginName), + canvasView: provider(HIAWms), settingsView: Setting, } -- Gitblit v1.9.3