林旭祥 hace 1 mes
padre
commit
79dbd82143
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -15,7 +15,7 @@ if (!speech.hasBrowserSupport()) {
 }
 let state = localStorage.getItem('ttsState');
 if (state == "1") {
-    proxy?.$http.baiduToken.baiduToken({}).then((res: any) => {
+    proxy?.$http.common.baiduToken({}).then((res: any) => {
         let tok = res.token;
         localStorage.setItem('tok', tok);
     });