schangxiang@126.com
2025-04-29 e71bc24daa8f00768787e18f5daba09128abfc62
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: 'HIAWms',
  name: 'HIAWms',
  category: 'run',
  icon: p,
  authorizationRequired: false,
  canvasView: provider(HIAWms),
  settingsView: Setting,
}