diff --git a/index.html b/index.html index 8d2058c..2efa944 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Arco Admin - 开箱即用的中台前端/设计解决方案 + Arco Admin - 开箱即用、功能丰富的中后台管理系统
diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..be463b1 Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/assets/logo.svg b/src/assets/logo.svg index 3215438..7e7d2bc 100644 --- a/src/assets/logo.svg +++ b/src/assets/logo.svg @@ -1,12 +1,5 @@ - - - - - - - - - - - + + + + diff --git a/src/types/components.d.ts b/src/types/components.d.ts index adbeb53..9f420bd 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -7,87 +7,87 @@ export {} declare module 'vue' { export interface GlobalComponents { - AAffix: (typeof import('@arco-design/web-vue'))['Affix']; - AAlert: (typeof import('@arco-design/web-vue'))['Alert']; - AAvatar: (typeof import('@arco-design/web-vue'))['Avatar']; - AAvatarGroup: (typeof import('@arco-design/web-vue'))['AvatarGroup']; - ABadge: (typeof import('@arco-design/web-vue'))['Badge']; - ABreadcrumb: (typeof import('@arco-design/web-vue'))['Breadcrumb']; - ABreadcrumbItem: (typeof import('@arco-design/web-vue'))['BreadcrumbItem']; - AButton: (typeof import('@arco-design/web-vue'))['Button']; - ACard: (typeof import('@arco-design/web-vue'))['Card']; - ACardMeta: (typeof import('@arco-design/web-vue'))['CardMeta']; - ACarousel: (typeof import('@arco-design/web-vue'))['Carousel']; - ACarouselItem: (typeof import('@arco-design/web-vue'))['CarouselItem']; - ACascader: (typeof import('@arco-design/web-vue'))['Cascader']; - ACheckbox: (typeof import('@arco-design/web-vue'))['Checkbox']; - ACol: (typeof import('@arco-design/web-vue'))['Col']; - AConfigProvider: (typeof import('@arco-design/web-vue'))['ConfigProvider']; - ADescriptions: (typeof import('@arco-design/web-vue'))['Descriptions']; - ADivider: (typeof import('@arco-design/web-vue'))['Divider']; - ADoption: (typeof import('@arco-design/web-vue'))['Doption']; - ADrawer: (typeof import('@arco-design/web-vue'))['Drawer']; - ADropdown: (typeof import('@arco-design/web-vue'))['Dropdown']; - AForm: (typeof import('@arco-design/web-vue'))['Form']; - AFormItem: (typeof import('@arco-design/web-vue'))['FormItem']; - AGrid: (typeof import('@arco-design/web-vue'))['Grid']; - AGridItem: (typeof import('@arco-design/web-vue'))['GridItem']; - AInput: (typeof import('@arco-design/web-vue'))['Input']; - AInputNumber: (typeof import('@arco-design/web-vue'))['InputNumber']; - AInputPassword: (typeof import('@arco-design/web-vue'))['InputPassword']; - AInputSearch: (typeof import('@arco-design/web-vue'))['InputSearch']; - ALayout: (typeof import('@arco-design/web-vue'))['Layout']; - ALayoutContent: (typeof import('@arco-design/web-vue'))['LayoutContent']; - ALayoutFooter: (typeof import('@arco-design/web-vue'))['LayoutFooter']; - ALayoutSider: (typeof import('@arco-design/web-vue'))['LayoutSider']; - ALink: (typeof import('@arco-design/web-vue'))['Link']; - AList: (typeof import('@arco-design/web-vue'))['List']; - AListItem: (typeof import('@arco-design/web-vue'))['ListItem']; - AListItemMeta: (typeof import('@arco-design/web-vue'))['ListItemMeta']; - AMenu: (typeof import('@arco-design/web-vue'))['Menu']; - AMenuItem: (typeof import('@arco-design/web-vue'))['MenuItem']; - AOption: (typeof import('@arco-design/web-vue'))['Option']; - APopover: (typeof import('@arco-design/web-vue'))['Popover']; - ARadio: (typeof import('@arco-design/web-vue'))['Radio']; - ARadioGroup: (typeof import('@arco-design/web-vue'))['RadioGroup']; - ARangePicker: (typeof import('@arco-design/web-vue'))['RangePicker']; - AResult: (typeof import('@arco-design/web-vue'))['Result']; - ARow: (typeof import('@arco-design/web-vue'))['Row']; - ASelect: (typeof import('@arco-design/web-vue'))['Select']; - ASkeleton: (typeof import('@arco-design/web-vue'))['Skeleton']; - ASkeletonLine: (typeof import('@arco-design/web-vue'))['SkeletonLine']; - ASkeletonShape: (typeof import('@arco-design/web-vue'))['SkeletonShape']; - ASpace: (typeof import('@arco-design/web-vue'))['Space']; - ASpin: (typeof import('@arco-design/web-vue'))['Spin']; - AStatistic: (typeof import('@arco-design/web-vue'))['Statistic']; - AStep: (typeof import('@arco-design/web-vue'))['Step']; - ASteps: (typeof import('@arco-design/web-vue'))['Steps']; - ASubMenu: (typeof import('@arco-design/web-vue'))['SubMenu']; - ASwitch: (typeof import('@arco-design/web-vue'))['Switch']; - ATable: (typeof import('@arco-design/web-vue'))['Table']; - ATableColumn: (typeof import('@arco-design/web-vue'))['TableColumn']; - ATabPane: (typeof import('@arco-design/web-vue'))['TabPane']; - ATabs: (typeof import('@arco-design/web-vue'))['Tabs']; - ATag: (typeof import('@arco-design/web-vue'))['Tag']; - ATextarea: (typeof import('@arco-design/web-vue'))['Textarea']; - ATooltip: (typeof import('@arco-design/web-vue'))['Tooltip']; - ATypographyParagraph: (typeof import('@arco-design/web-vue'))['TypographyParagraph']; - ATypographyText: (typeof import('@arco-design/web-vue'))['TypographyText']; - ATypographyTitle: (typeof import('@arco-design/web-vue'))['TypographyTitle']; - AUpload: (typeof import('@arco-design/web-vue'))['Upload']; - Block: (typeof import('./../components/global-setting/block.vue'))['default']; - Breadcrumb: (typeof import('./../components/breadcrumb/index.vue'))['default']; - Chart: (typeof import('./../components/chart/index.vue'))['default']; - Footer: (typeof import('./../components/footer/index.vue'))['default']; - FormWrapper: (typeof import('./../components/global-setting/form-wrapper.vue'))['default']; - GlobalSetting: (typeof import('./../components/global-setting/index.vue'))['default']; - List: (typeof import('./../components/message-box/list.vue'))['default']; - Menu: (typeof import('./../components/menu/index.vue'))['default']; - MessageBox: (typeof import('./../components/message-box/index.vue'))['default']; - Navbar: (typeof import('./../components/navbar/index.vue'))['default']; - RouterLink: (typeof import('vue-router'))['RouterLink']; - RouterView: (typeof import('vue-router'))['RouterView']; - TabBar: (typeof import('./../components/tab-bar/index.vue'))['default']; - TabItem: (typeof import('./../components/tab-bar/tab-item.vue'))['default']; + AAffix: (typeof import('@arco-design/web-vue'))['Affix'] + AAlert: typeof import('@arco-design/web-vue')['Alert'] + AAvatar: (typeof import('@arco-design/web-vue'))['Avatar'] + AAvatarGroup: (typeof import('@arco-design/web-vue'))['AvatarGroup'] + ABadge: (typeof import('@arco-design/web-vue'))['Badge'] + ABreadcrumb: typeof import('@arco-design/web-vue')['Breadcrumb'] + ABreadcrumbItem: typeof import('@arco-design/web-vue')['BreadcrumbItem'] + AButton: typeof import('@arco-design/web-vue')['Button'] + ACard: (typeof import('@arco-design/web-vue'))['Card'] + ACardMeta: (typeof import('@arco-design/web-vue'))['CardMeta'] + ACarousel: (typeof import('@arco-design/web-vue'))['Carousel'] + ACarouselItem: (typeof import('@arco-design/web-vue'))['CarouselItem'] + ACascader: (typeof import('@arco-design/web-vue'))['Cascader'] + ACheckbox: typeof import('@arco-design/web-vue')['Checkbox'] + ACol: (typeof import('@arco-design/web-vue'))['Col'] + AConfigProvider: typeof import('@arco-design/web-vue')['ConfigProvider'] + ADescriptions: (typeof import('@arco-design/web-vue'))['Descriptions'] + ADivider: (typeof import('@arco-design/web-vue'))['Divider'] + ADoption: (typeof import('@arco-design/web-vue'))['Doption'] + ADrawer: typeof import('@arco-design/web-vue')['Drawer'] + ADropdown: (typeof import('@arco-design/web-vue'))['Dropdown'] + AForm: typeof import('@arco-design/web-vue')['Form'] + AFormItem: typeof import('@arco-design/web-vue')['FormItem'] + AGrid: (typeof import('@arco-design/web-vue'))['Grid'] + AGridItem: (typeof import('@arco-design/web-vue'))['GridItem'] + AInput: typeof import('@arco-design/web-vue')['Input'] + AInputNumber: typeof import('@arco-design/web-vue')['InputNumber'] + AInputPassword: typeof import('@arco-design/web-vue')['InputPassword'] + AInputSearch: (typeof import('@arco-design/web-vue'))['InputSearch'] + ALayout: (typeof import('@arco-design/web-vue'))['Layout'] + ALayoutContent: (typeof import('@arco-design/web-vue'))['LayoutContent'] + ALayoutFooter: typeof import('@arco-design/web-vue')['LayoutFooter'] + ALayoutSider: (typeof import('@arco-design/web-vue'))['LayoutSider'] + ALink: typeof import('@arco-design/web-vue')['Link'] + AList: (typeof import('@arco-design/web-vue'))['List'] + AListItem: (typeof import('@arco-design/web-vue'))['ListItem'] + AListItemMeta: (typeof import('@arco-design/web-vue'))['ListItemMeta'] + AMenu: (typeof import('@arco-design/web-vue'))['Menu'] + AMenuItem: (typeof import('@arco-design/web-vue'))['MenuItem'] + AOption: (typeof import('@arco-design/web-vue'))['Option'] + APopover: (typeof import('@arco-design/web-vue'))['Popover'] + ARadio: (typeof import('@arco-design/web-vue'))['Radio'] + ARadioGroup: (typeof import('@arco-design/web-vue'))['RadioGroup'] + ARangePicker: (typeof import('@arco-design/web-vue'))['RangePicker'] + AResult: (typeof import('@arco-design/web-vue'))['Result'] + ARow: (typeof import('@arco-design/web-vue'))['Row'] + ASelect: (typeof import('@arco-design/web-vue'))['Select'] + ASkeleton: (typeof import('@arco-design/web-vue'))['Skeleton'] + ASkeletonLine: (typeof import('@arco-design/web-vue'))['SkeletonLine'] + ASkeletonShape: (typeof import('@arco-design/web-vue'))['SkeletonShape'] + ASpace: typeof import('@arco-design/web-vue')['Space'] + ASpin: (typeof import('@arco-design/web-vue'))['Spin'] + AStatistic: (typeof import('@arco-design/web-vue'))['Statistic'] + AStep: (typeof import('@arco-design/web-vue'))['Step'] + ASteps: (typeof import('@arco-design/web-vue'))['Steps'] + ASubMenu: (typeof import('@arco-design/web-vue'))['SubMenu'] + ASwitch: typeof import('@arco-design/web-vue')['Switch'] + ATable: (typeof import('@arco-design/web-vue'))['Table'] + ATableColumn: (typeof import('@arco-design/web-vue'))['TableColumn'] + ATabPane: typeof import('@arco-design/web-vue')['TabPane'] + ATabs: typeof import('@arco-design/web-vue')['Tabs'] + ATag: (typeof import('@arco-design/web-vue'))['Tag'] + ATextarea: (typeof import('@arco-design/web-vue'))['Textarea'] + ATooltip: (typeof import('@arco-design/web-vue'))['Tooltip'] + ATypographyParagraph: (typeof import('@arco-design/web-vue'))['TypographyParagraph'] + ATypographyText: (typeof import('@arco-design/web-vue'))['TypographyText'] + ATypographyTitle: (typeof import('@arco-design/web-vue'))['TypographyTitle'] + AUpload: (typeof import('@arco-design/web-vue'))['Upload'] + Block: typeof import('./../components/global-setting/block.vue')['default'] + Breadcrumb: typeof import('./../components/breadcrumb/index.vue')['default'] + Chart: typeof import('./../components/chart/index.vue')['default'] + Footer: typeof import('./../components/footer/index.vue')['default'] + FormWrapper: typeof import('./../components/global-setting/form-wrapper.vue')['default'] + GlobalSetting: typeof import('./../components/global-setting/index.vue')['default'] + List: typeof import('./../components/message-box/list.vue')['default'] + Menu: typeof import('./../components/menu/index.vue')['default'] + MessageBox: typeof import('./../components/message-box/index.vue')['default'] + Navbar: typeof import('./../components/navbar/index.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + TabBar: typeof import('./../components/tab-bar/index.vue')['default'] + TabItem: typeof import('./../components/tab-bar/tab-item.vue')['default'] } } diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 8b9cd76..3606ff1 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,10 +1,7 @@