浏览代码

日常开发

林旭祥 1 月之前
父节点
当前提交
79dbd82143
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
     });