|
@@ -9,12 +9,12 @@ import Notice from '@components/Notice'
|
9
|
9
|
import { getMiniQrcode, savePoint, updatePoint } from '@services/common'
|
10
|
10
|
import { getDownloadURL, transferImage } from '@utils/tools'
|
11
|
11
|
import { getQrCodeParams } from '@utils/qrcode'
|
12
|
|
-import { report as reportCustomer } from '@utils/qrcode'
|
|
12
|
+import { report as reportCustomer } from '@utils/customer'
|
13
|
13
|
import { getCardDetail } from '@services/card'
|
14
|
14
|
import { ROLE_CODE } from '@constants/user'
|
15
|
15
|
import Consultant from '@components/consultant'
|
16
|
16
|
// import AuthorizationComponent from '@components/authorizationComponent'
|
17
|
|
-import { reportClient } from '@services/report'
|
|
17
|
+// import { reportClient } from '@services/report'
|
18
|
18
|
import {
|
19
|
19
|
addNewsUv,
|
20
|
20
|
favorNews,
|