diff --git a/components.d.ts b/components.d.ts index e740531..ac3a27b 100644 --- a/components.d.ts +++ b/components.d.ts @@ -32,7 +32,6 @@ declare module 'vue' { ElOption: typeof import('element-plus/es')['ElOption'] ElPagination: typeof import('element-plus/es')['ElPagination'] ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm'] - ElPopover: typeof import('element-plus/es')['ElPopover'] ElProgress: typeof import('element-plus/es')['ElProgress'] ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] diff --git a/public/favicon.ico b/public/favicon.ico index cbfc195..9d243ca 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png new file mode 100644 index 0000000..e68a348 Binary files /dev/null and b/src/assets/img/logo.png differ diff --git a/src/layout/header.vue b/src/layout/header.vue index 8b62a1a..f4cefbb 100644 --- a/src/layout/header.vue +++ b/src/layout/header.vue @@ -4,6 +4,7 @@ import { mainStore } from 'store/main' import { useStore } from 'store/user' import { ElMessage, ElMessageBox } from 'element-plus' import { getHotSearchListApi } from '../http/api/home/index' +import imgSrc from '@/assets/img/logo.png' const store: any = mainStore() const userStore = useStore() @@ -204,11 +205,17 @@ const onCarts = () => {
- 首页 --> + + { padding: 30px 0; img { - width: 210px; - height: 48px; + margin-left: 38px; + width: 160px; + height: 60px; cursor: pointer; } diff --git a/src/views/user/index.vue b/src/views/user/index.vue index 3941ec3..c90c189 100644 --- a/src/views/user/index.vue +++ b/src/views/user/index.vue @@ -14,6 +14,8 @@ const userInfo: any = computed(() => { return mainStore().userInfo }) +import imgSrc from '@/assets/img/logo.png' + // 求租按钮 // const seekingRentClick = () => { // store.editcurrentMenuItem('baseInfo') @@ -85,7 +87,13 @@ const activeMenuItem = computed(() => {
-
机械化装备平台
+
+ +