|
@@ -23,11 +23,11 @@ import oaTtsAudio from "@/components/oa-ttsAudio/index"
|
|
|
import oaWeather from "@/components/oa-weather/index"
|
|
|
|
|
|
|
|
|
-import hideHead from "./utils/hideHead.js";
|
|
|
+// import hideHead from "./utils/hideHead.js";
|
|
|
|
|
|
export function createApp() {
|
|
|
const app = createSSRApp(App);
|
|
|
- app.mixin(hideHead);// 隐藏头部双重标题
|
|
|
+ // app.mixin(hideHead);// 隐藏头部双重标题
|
|
|
|
|
|
|
|
|
//挂载全局组件
|