|
@@ -471,6 +471,7 @@ import BookView from "@/views/bookView"; // 教材预览
|
|
|
import { updateWordPack } from "@/utils/i18n";
|
|
import { updateWordPack } from "@/utils/i18n";
|
|
|
import AudioLine from "@/components/inputModules/common/AudioLine";
|
|
import AudioLine from "@/components/inputModules/common/AudioLine";
|
|
|
import { getToken } from "@/utils/auth";
|
|
import { getToken } from "@/utils/auth";
|
|
|
|
|
+import { getConfigInfor } from "@/utils/index";
|
|
|
import { Base64 } from "js-base64";
|
|
import { Base64 } from "js-base64";
|
|
|
export default {
|
|
export default {
|
|
|
//import引入的组件需要注入到对象中才能使用
|
|
//import引入的组件需要注入到对象中才能使用
|
|
@@ -856,6 +857,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
this.isData = true;
|
|
this.isData = true;
|
|
|
this.getdetail();
|
|
this.getdetail();
|
|
|
|
|
+ getConfigInfor();
|
|
|
},
|
|
},
|
|
|
//生命周期 - 挂载完成(可以访问DOM元素)
|
|
//生命周期 - 挂载完成(可以访问DOM元素)
|
|
|
mounted() {},
|
|
mounted() {},
|