Parcourir la source

Merge branch 'staging' of http://pms.inspur.com/web/msr into staging

Casper Dai il y a 3 ans
Parent
commit
3573cfa976
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/platform/profile/index.vue

+ 2 - 2
src/views/platform/profile/index.vue

@@ -147,7 +147,7 @@ import {
   validPhone,
   validEmail
 } from '@/utils/validate'
-
+import { GATEWAY } from '@/constant'
 export default {
   name: 'Profile',
   components: {
@@ -429,7 +429,7 @@ export default {
       const options = this.appletOptions
       options.loading = true
       options.retry = false
-      getQrcode({ page: 'pages/otp/otp' }).then(
+      getQrcode({ page: 'pages/device/device', sourceUrl: GATEWAY }).then(
         ({ data }) => {
           options.checking = true
           options.qr = `data:image/png;base64,${data}`