소스 검색

[edit] fix

wenliming 2 년 전
부모
커밋
cd140947d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/iframe/tab-group/tab-group.vue

+ 1 - 1
src/view/iframe/tab-group/tab-group.vue

@@ -179,7 +179,7 @@ const initData = () => {
     let {windowLocation} = JSON.parse(getQueryString('params'));
     if(windowLocation.pathname) {
         let arr =  windowLocation.pathname.split('/');
-        if(arr.length == 2){
+        if(arr.length >= 2){
             twitterAccount = arr[1];
             if(twitterAccount) {
                 getTwitterNftGroupInfo({