Browse Source

fix(router): update token source

gemercheung 3 years ago
parent
commit
6d4d0f5fc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/scenes/list.vue

+ 1 - 1
src/views/scenes/list.vue

@@ -199,7 +199,7 @@
             sceneNum: record.num,
             userName: userStore.getUserInfo?.phone,
           });
-          window.open(url + data.message);
+          window.open(url + data);
         } catch (error) {
           console.log('error', error);
         }