|
@@ -14,7 +14,7 @@ const route = useRoute()
|
|
|
|
|
|
const getMsg = async () => {
|
|
|
const res = await getJobFair(route.params.id)
|
|
|
- route.matched[1].meta.title = res.title.split('<p>').join('')
|
|
|
+ route.matched[1].meta.title = res.title.replace(/<\/?p[^>]*>/gi, '')
|
|
|
system.setBreadcrumbs(route.matched, route.fullPath)
|
|
|
}
|
|
|
getMsg()
|