@ -62,7 +62,7 @@ module.exports = {
makeServerUrl(route = '') {
if (typeof route !== 'string') route = '' // 防止 route 为 null, undefined 等由于后台数据库默认值而造成的异常。
route.replace('\\', '/')
route = route.replace('\\', '/')
if (/^https?:\/\//.test(route)) {
return route
}
The note is not visible to the blocked user.