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