|
@@ -294,7 +294,7 @@ export default {
|
294
|
294
|
} else {
|
295
|
295
|
corpid = this.$localSelfStore.getLocal('defaultCorp') && this.$localSelfStore.getLocal('defaultCorp') != 'undefined' ? JSON.parse(this.$localSelfStore.getLocal('defaultCorp')).corpid : ''
|
296
|
296
|
}
|
297
|
|
- let copyContent = `https://${window.location.host}/playlet/qwh5/dist/index.html#/userPortrait?corpid=${corpid}`
|
|
297
|
+ let copyContent = `http://${window.location.host}/playlet/qwh5/dist/index.html#/userPortrait?corpid=${corpid}`
|
298
|
298
|
// 1. 创建并添加一个输入框元素(最后会销毁)
|
299
|
299
|
const textareaEle = document.createElement("textarea");
|
300
|
300
|
document.body.appendChild(textareaEle);
|