mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-03 22:14:37 +00:00
5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
/** iot 依赖注入 KEY */
|
|
export const IOT_PROVIDE_KEY = {
|
|
PRODUCT: 'IOT_PRODUCT'
|
|
}
|