提交 bf40df5d 编写于 作者: 雪洛's avatar 雪洛

fix: local url error

上级 510f24bd
......@@ -90,6 +90,9 @@ export const h5ServeFormatter: Formatter = {
})
return ''
}
if (msg.includes(SIGNAL_H5_LOCAL)) {
return msg.replace('', '-')
}
return msg.replace('', '*')
},
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册