lex 2 years ago
parent
commit
8b79ad9145
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/login/components/qr-login/index.tsx

+ 1 - 0
src/views/login/components/qr-login/index.tsx

@@ -6,6 +6,7 @@ import Cookies from 'js-cookie'
 import request from '@/helpers/request'
 import { state } from '@/state'
 import { setAuth } from '@/helpers/utils'
+import { CircleCheck } from '@element-plus/icons-vue'
 
 export const getAssetsHomeFile = (fileName: string) => {
   const path = `../../images/${fileName}`