diff --git a/admin/.env.development b/admin/.env.development deleted file mode 100644 index 85db1e27..00000000 --- a/admin/.env.development +++ /dev/null @@ -1,8 +0,0 @@ -# api请求地址 -VITE_APP_BASE_URL='http://zhjwxt.cc/adminapi/' - -# 图片服务器地址 -VITE_IMG_DOMAIN='' - -# 请求时header中token的参数名 -VITE_REQUEST_HEADER_TOKEN_KEY='token' diff --git a/admin/.env.production b/admin/.env.production deleted file mode 100644 index 5f49894b..00000000 --- a/admin/.env.production +++ /dev/null @@ -1,9 +0,0 @@ -# api请求地址 -VITE_APP_BASE_URL='http://146.56.228.75:20024/adminapi/' -# VITE_APP_BASE_URL='https://zh.hnhbty.cn/adminapi/' - -# 图片服务器地址 -VITE_IMG_DOMAIN='' - -# 请求时header中token的参数名 -VITE_REQUEST_HEADER_TOKEN_KEY='token' diff --git a/admin/.gitignore b/admin/.gitignore index de964337..080363dd 100644 --- a/admin/.gitignore +++ b/admin/.gitignore @@ -24,3 +24,5 @@ dist-ssr *.sw? .env.development .env.production +auto-imports.d.ts +components.d.ts diff --git a/admin/auto-imports.d.ts b/admin/auto-imports.d.ts deleted file mode 100644 index a51b7a66..00000000 --- a/admin/auto-imports.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -// Generated by 'unplugin-auto-import' -export {} -declare global { - const ElNotification: typeof import('element-plus/es')['ElNotification'] -} diff --git a/admin/components.d.ts b/admin/components.d.ts deleted file mode 100644 index 908840ba..00000000 --- a/admin/components.d.ts +++ /dev/null @@ -1,71 +0,0 @@ -// generated by unplugin-vue-components -// We suggest you to commit this file into source control -// Read more: https://github.com/vuejs/core/pull/3399 -import '@vue/runtime-core' - -export {} - -declare module '@vue/runtime-core' { - export interface GlobalComponents { - Attachment: typeof import('./src/components/upload-attachment/attachment.vue')['default'] - DiyLink: typeof import('./src/components/diy-link/index.vue')['default'] - Editor: typeof import('./src/components/editor/index.vue')['default'] - ElAside: typeof import('element-plus/es')['ElAside'] - ElAvatar: typeof import('element-plus/es')['ElAvatar'] - ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb'] - ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem'] - ElButton: typeof import('element-plus/es')['ElButton'] - ElCheckbox: typeof import('element-plus/es')['ElCheckbox'] - ElCol: typeof import('element-plus/es')['ElCol'] - ElColorPicker: typeof import('element-plus/es')['ElColorPicker'] - ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] - ElContainer: typeof import('element-plus/es')['ElContainer'] - ElDialog: typeof import('element-plus/es')['ElDialog'] - ElDrawer: typeof import('element-plus/es')['ElDrawer'] - ElDropdown: typeof import('element-plus/es')['ElDropdown'] - ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] - ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] - ElForm: typeof import('element-plus/es')['ElForm'] - ElFormItem: typeof import('element-plus/es')['ElFormItem'] - ElHeader: typeof import('element-plus/es')['ElHeader'] - ElIcon: typeof import('element-plus/es')['ElIcon'] - ElImage: typeof import('element-plus/es')['ElImage'] - ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] - ElInput: typeof import('element-plus/es')['ElInput'] - ElMain: typeof import('element-plus/es')['ElMain'] - ElMenu: typeof import('element-plus/es')['ElMenu'] - ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] - ElOption: typeof import('element-plus/es')['ElOption'] - ElPagination: typeof import('element-plus/es')['ElPagination'] - ElPopover: typeof import('element-plus/es')['ElPopover'] - ElRow: typeof import('element-plus/es')['ElRow'] - ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] - ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] - ElSwitch: typeof import('element-plus/es')['ElSwitch'] - ElTooltip: typeof import('element-plus/es')['ElTooltip'] - ElUpload: typeof import('element-plus/es')['ElUpload'] - ExportSure: typeof import('./src/components/export-sure/index.vue')['default'] - HeatMap: typeof import('./src/components/heat-map/index.vue')['default'] - Icon: typeof import('./src/components/icon/index.vue')['default'] - PopoverInput: typeof import('./src/components/popover-input/index.vue')['default'] - RangeInput: typeof import('./src/components/range-input/index.vue')['default'] - RouterLink: typeof import('vue-router')['RouterLink'] - RouterView: typeof import('vue-router')['RouterView'] - SelectArea: typeof import('./src/components/select-area/index.vue')['default'] - SelectIcon: typeof import('./src/components/select-icon/index.vue')['default'] - TencentMapPicker: typeof import('./src/components/TencentMapPicker.vue')['default'] - UploadAttachment: typeof import('./src/components/upload-attachment/index.vue')['default'] - UploadFile: typeof import('./src/components/upload-file/index.vue')['default'] - UploadImage: typeof import('./src/components/upload-image/index.vue')['default'] - UploadVideo: typeof import('./src/components/upload-video/index.vue')['default'] - Verify: typeof import('./src/components/verifition/Verify.vue')['default'] - VerifyPoints: typeof import('./src/components/verifition/Verify/VerifyPoints.vue')['default'] - VerifySlide: typeof import('./src/components/verifition/Verify/VerifySlide.vue')['default'] - VideoPlayer: typeof import('./src/components/video-player/index.vue')['default'] - WebLink: typeof import('./src/components/web-link/web-link.vue')['default'] - } - export interface ComponentCustomProperties { - vLoading: typeof import('element-plus/es')['ElLoadingDirective'] - } -}