lex 2 年之前
父節點
當前提交
8b79ad9145
共有 1 個文件被更改,包括 1 次插入0 次删除
  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}`