Showing
2 changed files
with
2 additions
and
10 deletions
| ... | @@ -7,13 +7,11 @@ export {} | ... | @@ -7,13 +7,11 @@ export {} |
| 7 | 7 | ||
| 8 | declare module '@vue/runtime-core' { | 8 | declare module '@vue/runtime-core' { |
| 9 | export interface GlobalComponents { | 9 | export interface GlobalComponents { |
| 10 | - _index: typeof import('./src/components/TreeField/_index.vue')['default'] | ||
| 11 | AppointmentField: typeof import('./src/components/AppointmentField/index.vue')['default'] | 10 | AppointmentField: typeof import('./src/components/AppointmentField/index.vue')['default'] |
| 12 | AreaPickerField: typeof import('./src/components/AreaPickerField/index.vue')['default'] | 11 | AreaPickerField: typeof import('./src/components/AreaPickerField/index.vue')['default'] |
| 13 | ButtonField: typeof import('./src/components/ButtonField/index.vue')['default'] | 12 | ButtonField: typeof import('./src/components/ButtonField/index.vue')['default'] |
| 14 | CalendarField: typeof import('./src/components/CalendarField/index.vue')['default'] | 13 | CalendarField: typeof import('./src/components/CalendarField/index.vue')['default'] |
| 15 | CheckboxField: typeof import('./src/components/CheckboxField/index.vue')['default'] | 14 | CheckboxField: typeof import('./src/components/CheckboxField/index.vue')['default'] |
| 16 | - Children: typeof import('./src/components/TreeField/children.vue')['default'] | ||
| 17 | ContactField: typeof import('./src/components/ContactField/index.vue')['default'] | 15 | ContactField: typeof import('./src/components/ContactField/index.vue')['default'] |
| 18 | CustomField: typeof import('./src/components/CustomField/index.vue')['default'] | 16 | CustomField: typeof import('./src/components/CustomField/index.vue')['default'] |
| 19 | DatePickerField: typeof import('./src/components/DatePickerField/index.vue')['default'] | 17 | DatePickerField: typeof import('./src/components/DatePickerField/index.vue')['default'] |
| ... | @@ -46,9 +44,6 @@ declare module '@vue/runtime-core' { | ... | @@ -46,9 +44,6 @@ declare module '@vue/runtime-core' { |
| 46 | TextareaField: typeof import('./src/components/TextareaField/index.vue')['default'] | 44 | TextareaField: typeof import('./src/components/TextareaField/index.vue')['default'] |
| 47 | TextField: typeof import('./src/components/TextField/index.vue')['default'] | 45 | TextField: typeof import('./src/components/TextField/index.vue')['default'] |
| 48 | TimePickerField: typeof import('./src/components/TimePickerField/index.vue')['default'] | 46 | TimePickerField: typeof import('./src/components/TimePickerField/index.vue')['default'] |
| 49 | - Tree: typeof import('./src/components/TreeField/tree.vue')['default'] | ||
| 50 | - TreeField: typeof import('./src/components/TreeField/index.vue')['default'] | ||
| 51 | - TreeSelect: typeof import('./src/components/TreeField/treeSelect.vue')['default'] | ||
| 52 | VanArea: typeof import('vant/es')['Area'] | 47 | VanArea: typeof import('vant/es')['Area'] |
| 53 | VanButton: typeof import('vant/es')['Button'] | 48 | VanButton: typeof import('vant/es')['Button'] |
| 54 | VanCalendar: typeof import('vant/es')['Calendar'] | 49 | VanCalendar: typeof import('vant/es')['Calendar'] |
| ... | @@ -75,13 +70,10 @@ declare module '@vue/runtime-core' { | ... | @@ -75,13 +70,10 @@ declare module '@vue/runtime-core' { |
| 75 | VanRadioGroup: typeof import('vant/es')['RadioGroup'] | 70 | VanRadioGroup: typeof import('vant/es')['RadioGroup'] |
| 76 | VanRate: typeof import('vant/es')['Rate'] | 71 | VanRate: typeof import('vant/es')['Rate'] |
| 77 | VanRow: typeof import('vant/es')['Row'] | 72 | VanRow: typeof import('vant/es')['Row'] |
| 78 | - VanSearch: typeof import('vant/es')['Search'] | ||
| 79 | VanSwipe: typeof import('vant/es')['Swipe'] | 73 | VanSwipe: typeof import('vant/es')['Swipe'] |
| 80 | VanSwipeItem: typeof import('vant/es')['SwipeItem'] | 74 | VanSwipeItem: typeof import('vant/es')['SwipeItem'] |
| 81 | - VanTa: typeof import('vant/es')['Ta'] | ||
| 82 | VanTab: typeof import('vant/es')['Tab'] | 75 | VanTab: typeof import('vant/es')['Tab'] |
| 83 | VanTabs: typeof import('vant/es')['Tabs'] | 76 | VanTabs: typeof import('vant/es')['Tabs'] |
| 84 | - VanTag: typeof import('vant/es')['Tag'] | ||
| 85 | VanTimePicker: typeof import('vant/es')['TimePicker'] | 77 | VanTimePicker: typeof import('vant/es')['TimePicker'] |
| 86 | VanUploader: typeof import('vant/es')['Uploader'] | 78 | VanUploader: typeof import('vant/es')['Uploader'] |
| 87 | VideoField: typeof import('./src/components/VideoField/index.vue')['default'] | 79 | VideoField: typeof import('./src/components/VideoField/index.vue')['default'] | ... | ... |
| ... | @@ -12,8 +12,8 @@ | ... | @@ -12,8 +12,8 @@ |
| 12 | "cypress:open": "cypress open", | 12 | "cypress:open": "cypress open", |
| 13 | "tar": "tar -czvpf dist.tar.gz front", | 13 | "tar": "tar -czvpf dist.tar.gz front", |
| 14 | "build_tar": "npm run build && npm run tar", | 14 | "build_tar": "npm run build && npm run tar", |
| 15 | - "scp-dev": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/space-dev/f/custom_form", | 15 | + "scp-dev": "scp dist.tar.gz ipadbiz-inner:/opt/space-dev/f/custom_form", |
| 16 | - "dec-dev": "ssh itomix@ipadbiz.cn 'cd /opt/space-dev/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 16 | + "dec-dev": "ssh ipadbiz-inner 'cd /opt/space-dev/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 17 | "scp-oa": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/oa/f/custom_form", | 17 | "scp-oa": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/oa/f/custom_form", |
| 18 | "dec-oa": "ssh itomix@ipadbiz.cn 'cd /opt/oa/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", | 18 | "dec-oa": "ssh itomix@ipadbiz.cn 'cd /opt/oa/f/custom_form && tar -xzvf dist.tar.gz && rm -rf dist.tar.gz'", |
| 19 | "scp-mituo": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/mituo/f/custom_form", | 19 | "scp-mituo": "scp dist.tar.gz itomix@ipadbiz.cn:/opt/mituo/f/custom_form", | ... | ... |
-
Please register or login to post a comment