| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | 
							- /* eslint-disable */
 
- /* prettier-ignore */
 
- // @ts-nocheck
 
- // Generated by unplugin-vue-components
 
- // Read more: https://github.com/vuejs/core/pull/3399
 
- export {}
 
- declare module 'vue' {
 
-   export interface GlobalComponents {
 
-     AreaSelect: typeof import('./src/components/AreaSelect/index.vue')['default']
 
-     Autocomplete: typeof import('./src/components/FormUI/autocomplete/index.vue')['default']
 
-     Cascade: typeof import('./src/components/FormUI/cascade/index.vue')['default']
 
-     Checkbox: typeof import('./src/components/FormUI/checkbox/index.vue')['default']
 
-     Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
 
-     ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
 
-     ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
 
-     copy: typeof import('./src/components/CtForm/index copy.vue')['default']
 
-     CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
 
-     CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
 
-     CtForm: typeof import('./src/components/CtForm/index.vue')['default']
 
-     CtIcon: typeof import('./src/components/CtVuetify/CtIcon/index.vue')['default']
 
-     CtMenu: typeof import('./src/components/CtVuetify/CtMenu/index.vue')['default']
 
-     CtPagination: typeof import('./src/components/CtPagination/index.vue')['default']
 
-     CtSearch: typeof import('./src/components/CtSearch/index.vue')['default']
 
-     CtTable: typeof import('./src/components/CtTable/index.vue')['default']
 
-     CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
 
-     DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
 
-     Details: typeof import('./src/components/Enterprise/details.vue')['default']
 
-     Echarts: typeof import('./src/components/Echarts/index.vue')['default']
 
-     ElCascader: typeof import('element-plus/es')['ElCascader']
 
-     Empty: typeof import('./src/components/Empty/index.vue')['default']
 
-     File: typeof import('./src/components/Upload/file.vue')['default']
 
-     HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']
 
-     HotPromoted: typeof import('./src/components/Enterprise/hotPromoted.vue')['default']
 
-     Img: typeof import('./src/components/Upload/img.vue')['default']
 
-     ImgCropper: typeof import('./src/components/ImgCropper/index.vue')['default']
 
-     'Index copy': typeof import('./src/components/CtForm/index copy.vue')['default']
 
-     IndustryTypeCard: typeof import('./src/components/industryTypeCard/index.vue')['default']
 
-     Info: typeof import('./src/components/Enterprise/info.vue')['default']
 
-     InitPay: typeof import('./src/components/personalRecharge/initPay.vue')['default']
 
-     Introduction: typeof import('./src/components/Enterprise/components/introduction.vue')['default']
 
-     Item: typeof import('./src/components/Position/item.vue')['default']
 
-     JobTypeCard: typeof import('./src/components/jobTypeCard/index.vue')['default']
 
-     ListGroup: typeof import('./src/components/FormUI/nestedListGroup/components/listGroup.vue')['default']
 
-     Loading: typeof import('./src/components/Loading/index.vue')['default']
 
-     LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
 
-     LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
 
-     NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
 
-     Pay: typeof import('./src/components/pay/index.vue')['default']
 
-     PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
 
-     Positions: typeof import('./src/components/Enterprise/components/positions.vue')['default']
 
-     PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
 
-     QrCode: typeof import('./src/components/QrCode/index.vue')['default']
 
-     RadioGroup: typeof import('./src/components/FormUI/radioGroup/index.vue')['default']
 
-     Recharge: typeof import('./src/components/Recharge/index.vue')['default']
 
-     RouterLink: typeof import('vue-router')['RouterLink']
 
-     RouterView: typeof import('vue-router')['RouterView']
 
-     SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
 
-     SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
 
-     TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
 
-     TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
 
-     VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
 
-     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
 
-   }
 
- }
 
 
  |