Comparing version 0.7.1 to 0.7.2
@@ -150,3 +150,4 @@ import apiClient from '../../util/apiClient'; | ||
shareInfo.desc = formatShareStr(data, shareInfo.desc); | ||
shareInfo.link = formatShareStr(data, shareInfo.link); | ||
let link = shareInfo.link; | ||
shareInfo.link = formatShareStr(data, (/^\/.*$/.test(link) ? location.origin + link : link)); | ||
if (success) { | ||
@@ -153,0 +154,0 @@ shareInfo.success = success; |
{ | ||
"name": "fengui", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/fengjr", |
329635
5984