@@ -19,7 +19,7 @@ onLoad((options) => {
onShareAppMessage(() => {
return {
title: options?.title || '门墩儿 专注顶尖招聘',
- path: '/pages/addWebView/index?url=' + url.value
+ path: '/pages/addWebView/index?url=' + encodeURIComponent(url.value)
}
})