林旭祥 hai 1 mes
pai
achega
79dbd82143
Modificáronse 1 ficheiros con 1 adicións e 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);
     });