Browse Source

style: 恢复默认热点图标

chenlei 8 months ago
parent
commit
52f16fda0c
2 changed files with 1 additions and 6 deletions
  1. 1 0
      components.d.ts
  2. 0 6
      src/index/views/home/index.ylct.tsx

+ 1 - 0
components.d.ts

@@ -9,6 +9,7 @@ declare module 'vue' {
   export interface GlobalComponents {
     ElDialog: typeof import('element-plus/es')['ElDialog']
     ElImage: typeof import('element-plus/es')['ElImage']
+    ElPopover: typeof import('element-plus/es')['ElPopover']
     ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']

+ 0 - 6
src/index/views/home/index.ylct.tsx

@@ -14,12 +14,6 @@ import BtnIcon from '@/assets/images/ylct/button-min.png';
 import useBaseStore from '@/store/module/base';
 import './index.ylct.scss';
 
-// @ts-ignore
-window.hoticon = {
-  default: './images/ylct/12-min.png',
-  higt: './images/ylct/12-min.png',
-};
-
 export default defineComponent({
   name: 'home',
   components: {