Ver código fonte

修改问题

tangning 2 anos atrás
pai
commit
9964f4e2fb
1 arquivos alterados com 1 adições e 0 exclusões
  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) {