feat(DeviceSn): 添加设备组件并更新本地接口地址
This commit is contained in:
4
types/components.d.ts
vendored
4
types/components.d.ts
vendored
@@ -119,6 +119,10 @@ declare module 'vue' {
|
||||
UserDeptTree: typeof import('./../src/views/system/user/components/UserDeptTree.vue')['default']
|
||||
UserImportDialog: typeof import('./../src/views/system/user/components/UserImportDialog.vue')['default']
|
||||
WangEditor: typeof import('./../src/components/WangEditor/index.vue')['default']
|
||||
DevicePageContent: typeof import('./../src/components/DeviceSn/DevicePageContent.vue')['default']
|
||||
DevicePageModal: typeof import('./../src/components/DeviceSn/DevicePageModal.vue')['default']
|
||||
DevicePageSearch: typeof import('./../src/components/DeviceSn/DevicePageSearch.vue')['default']
|
||||
DeviceSnDetail: typeof import('./../src/components/DeviceSn/DeviceSnDetail.vue')['default']
|
||||
}
|
||||
export interface GlobalDirectives {
|
||||
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
||||
|
||||
Reference in New Issue
Block a user