提交 b68e1393 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 ba53c3ea
export default function(context) { export default function(context) {
const UA = process.server ? context.req?.headers['user-agent'] : navigator.userAgent const UA = process.server ? context.req?.headers['user-agent'] : navigator.userAgent
const isMobile = /iphone/i.test(UA) || (/android/i.test(UA) && /mobile/i.test(UA)) const isMobile = /iphone/i.test(UA) || (/android/i.test(UA) && /mobile/i.test(UA))
isMobile && context.redirect('https://h5.ezijing.com/') isMobile && context.redirect(`https://h5.ezijing.com${context.req.url}`)
} }
// export default function(context) { // export default function(context) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论