add 新增路由跳转自定义title
This commit is contained in:
		| @ -125,6 +125,9 @@ const initTags = () => { | ||||
| } | ||||
| const addTags = () => { | ||||
|     const { name } = route; | ||||
|     if(route.query.title) { | ||||
|         route.meta.title = route.query.title; | ||||
|     } | ||||
|     if (name) { | ||||
|         useTagsViewStore().addView(route); | ||||
|         if (route.meta.link) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 LiuHao
					LiuHao