mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-13 11:12:49 +00:00
update admin
This commit is contained in:
parent
21d960df44
commit
bda142a299
@ -10,7 +10,4 @@ VITE_IMG_DOMAIN=''
|
|||||||
VITE_REQUEST_HEADER_TOKEN_KEY='token'
|
VITE_REQUEST_HEADER_TOKEN_KEY='token'
|
||||||
|
|
||||||
# 请求时header中站点的参数名
|
# 请求时header中站点的参数名
|
||||||
VITE_REQUEST_HEADER_SITEID_KEY='site-id'
|
VITE_REQUEST_HEADER_SITEID_KEY='site-id'
|
||||||
|
|
||||||
# wap手机端请求地址
|
|
||||||
VITE_WAP_DOMAIN=''
|
|
||||||
@ -10,7 +10,4 @@ VITE_IMG_DOMAIN=''
|
|||||||
VITE_REQUEST_HEADER_TOKEN_KEY='token'
|
VITE_REQUEST_HEADER_TOKEN_KEY='token'
|
||||||
|
|
||||||
# 请求时header中站点的参数名
|
# 请求时header中站点的参数名
|
||||||
VITE_REQUEST_HEADER_SITEID_KEY='site-id'
|
VITE_REQUEST_HEADER_SITEID_KEY='site-id'
|
||||||
|
|
||||||
# wap手机端请求地址
|
|
||||||
VITE_WAP_DOMAIN=''
|
|
||||||
8
admin/components.d.ts
vendored
8
admin/components.d.ts
vendored
@ -29,7 +29,6 @@ declare module '@vue/runtime-core' {
|
|||||||
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
|
||||||
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
|
||||||
ElDialog: typeof import('element-plus/es')['ElDialog']
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
||||||
ElDivider: typeof import('element-plus/es')['ElDivider']
|
|
||||||
ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
||||||
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
||||||
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
||||||
@ -44,7 +43,6 @@ declare module '@vue/runtime-core' {
|
|||||||
ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
|
ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
|
||||||
ElInput: typeof import('element-plus/es')['ElInput']
|
ElInput: typeof import('element-plus/es')['ElInput']
|
||||||
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
|
||||||
ElLink: typeof import('element-plus/es')['ElLink']
|
|
||||||
ElMain: typeof import('element-plus/es')['ElMain']
|
ElMain: typeof import('element-plus/es')['ElMain']
|
||||||
ElMenu: typeof import('element-plus/es')['ElMenu']
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
||||||
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
||||||
@ -54,14 +52,11 @@ declare module '@vue/runtime-core' {
|
|||||||
ElPopover: typeof import('element-plus/es')['ElPopover']
|
ElPopover: typeof import('element-plus/es')['ElPopover']
|
||||||
ElRadio: typeof import('element-plus/es')['ElRadio']
|
ElRadio: typeof import('element-plus/es')['ElRadio']
|
||||||
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
||||||
ElResult: typeof import('element-plus/es')['ElResult']
|
|
||||||
ElRow: typeof import('element-plus/es')['ElRow']
|
ElRow: typeof import('element-plus/es')['ElRow']
|
||||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||||
ElSelect: typeof import('element-plus/es')['ElSelect']
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
||||||
ElSlider: typeof import('element-plus/es')['ElSlider']
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
||||||
ElStatistic: typeof import('element-plus/es')['ElStatistic']
|
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']
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
||||||
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
||||||
ElTable: typeof import('element-plus/es')['ElTable']
|
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']
|
UploadFile: typeof import('./src/components/upload-file/index.vue')['default']
|
||||||
UploadImage: typeof import('./src/components/upload-image/index.vue')['default']
|
UploadImage: typeof import('./src/components/upload-image/index.vue')['default']
|
||||||
UploadVideo: typeof import('./src/components/upload-video/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']
|
VideoPlayer: typeof import('./src/components/video-player/index.vue')['default']
|
||||||
}
|
}
|
||||||
export interface ComponentCustomProperties {
|
export interface ComponentCustomProperties {
|
||||||
|
|||||||
@ -39,7 +39,7 @@ module.exports = {
|
|||||||
overlay: 'var(--el-bg-color-overlay)'
|
overlay: 'var(--el-bg-color-overlay)'
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ['PingFang SC', 'Arial', 'Hiragino Sans GB', 'Microsoft YaHei', 'sans-serif']
|
sans: ['PingFang SC', 'Microsoft YaHei', 'Arial', 'Hiragino Sans GB', 'sans-serif']
|
||||||
},
|
},
|
||||||
boxShadow: {
|
boxShadow: {
|
||||||
DEFAULT: 'var(--el-box-shadow)',
|
DEFAULT: 'var(--el-box-shadow)',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user