diff --git a/admin/.env.development b/admin/.env.development index 78a09412f..6b3fa95fb 100644 --- a/admin/.env.development +++ b/admin/.env.development @@ -10,7 +10,4 @@ VITE_IMG_DOMAIN='' VITE_REQUEST_HEADER_TOKEN_KEY='token' # 请求时header中站点的参数名 -VITE_REQUEST_HEADER_SITEID_KEY='site-id' - -# wap手机端请求地址 -VITE_WAP_DOMAIN='' \ No newline at end of file +VITE_REQUEST_HEADER_SITEID_KEY='site-id' \ No newline at end of file diff --git a/admin/.env.production b/admin/.env.production index 676eadca5..4290f9e31 100644 --- a/admin/.env.production +++ b/admin/.env.production @@ -10,7 +10,4 @@ VITE_IMG_DOMAIN='' VITE_REQUEST_HEADER_TOKEN_KEY='token' # 请求时header中站点的参数名 -VITE_REQUEST_HEADER_SITEID_KEY='site-id' - -# wap手机端请求地址 -VITE_WAP_DOMAIN='' \ No newline at end of file +VITE_REQUEST_HEADER_SITEID_KEY='site-id' \ No newline at end of file diff --git a/admin/components.d.ts b/admin/components.d.ts index aaa34799c..2909be755 100644 --- a/admin/components.d.ts +++ b/admin/components.d.ts @@ -29,7 +29,6 @@ declare module '@vue/runtime-core' { ElDescriptions: typeof import('element-plus/es')['ElDescriptions'] ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem'] ElDialog: typeof import('element-plus/es')['ElDialog'] - ElDivider: typeof import('element-plus/es')['ElDivider'] ElDrawer: typeof import('element-plus/es')['ElDrawer'] ElDropdown: typeof import('element-plus/es')['ElDropdown'] ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] @@ -44,7 +43,6 @@ declare module '@vue/runtime-core' { ElImageViewer: typeof import('element-plus/es')['ElImageViewer'] ElInput: typeof import('element-plus/es')['ElInput'] ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] - ElLink: typeof import('element-plus/es')['ElLink'] ElMain: typeof import('element-plus/es')['ElMain'] ElMenu: typeof import('element-plus/es')['ElMenu'] ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] @@ -54,14 +52,11 @@ declare module '@vue/runtime-core' { ElPopover: typeof import('element-plus/es')['ElPopover'] ElRadio: typeof import('element-plus/es')['ElRadio'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] - ElResult: typeof import('element-plus/es')['ElResult'] ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] ElSlider: typeof import('element-plus/es')['ElSlider'] ElStatistic: typeof import('element-plus/es')['ElStatistic'] - ElStep: typeof import('element-plus/es')['ElStep'] - ElSteps: typeof import('element-plus/es')['ElSteps'] ElSubMenu: typeof import('element-plus/es')['ElSubMenu'] ElSwitch: typeof import('element-plus/es')['ElSwitch'] ElTable: typeof import('element-plus/es')['ElTable'] @@ -82,9 +77,6 @@ declare module '@vue/runtime-core' { 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'] } export interface ComponentCustomProperties { diff --git a/admin/tailwind.config.cjs b/admin/tailwind.config.cjs index 5cdbbc78b..ba1f95081 100644 --- a/admin/tailwind.config.cjs +++ b/admin/tailwind.config.cjs @@ -39,7 +39,7 @@ module.exports = { overlay: 'var(--el-bg-color-overlay)' }, fontFamily: { - sans: ['PingFang SC', 'Arial', 'Hiragino Sans GB', 'Microsoft YaHei', 'sans-serif'] + sans: ['PingFang SC', 'Microsoft YaHei', 'Arial', 'Hiragino Sans GB', 'sans-serif'] }, boxShadow: { DEFAULT: 'var(--el-box-shadow)',