サイトのタイトルが変わらない問題を修正
This commit is contained in:
		
							parent
							
								
									7d49f260b8
								
							
						
					
					
						commit
						97dea72c94
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -54,10 +54,10 @@ | |||
| </template> | ||||
| 
 | ||||
| <script lang="ts"> | ||||
| import { defineComponent, defineAsyncComponent, markRaw } from 'vue'; | ||||
| import { defineComponent, defineAsyncComponent } from 'vue'; | ||||
| import { faLayerGroup, faBars, faHome, faCircle, faWindowMaximize, faColumns, faPencilAlt } from '@fortawesome/free-solid-svg-icons'; | ||||
| import { faBell } from '@fortawesome/free-regular-svg-icons'; | ||||
| import { host } from '@/config'; | ||||
| import { instanceName } from '@/config'; | ||||
| import { StickySidebar } from '@/scripts/sticky-sidebar'; | ||||
| import XSidebar from '@/components/sidebar.vue'; | ||||
| import XCommon from './_common_/common.vue'; | ||||
|  | @ -87,7 +87,6 @@ export default defineComponent({ | |||
| 
 | ||||
| 	data() { | ||||
| 		return { | ||||
| 			host: host, | ||||
| 			pageKey: 0, | ||||
| 			pageInfo: null, | ||||
| 			isDesktop: window.innerWidth >= DESKTOP_THRESHOLD, | ||||
|  | @ -155,6 +154,7 @@ export default defineComponent({ | |||
| 			if (page == null) return; | ||||
| 			if (page.INFO) { | ||||
| 				this.pageInfo = page.INFO; | ||||
| 				document.title = `${this.pageInfo.title} | ${instanceName}`; | ||||
| 			} | ||||
| 		}, | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue