Browse Source

修改问题

tangning 2 years ago
parent
commit
9964f4e2fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -25,6 +25,7 @@
     let clear = getUrlKey('clear'); //获取url参数code
     if(clear){
       useCookies().set('wxOpenId', '')
+      getCodeApi(123);
     }
   });
   function getUrlKey(name) {