jufubao-admin-library 1.1.128 → 1.1.129

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -745,10 +745,7 @@ export default {
745
745
  },
746
746
  handleCopy() {
747
747
  const input = document.createElement("input");
748
- input.value = this.getImageUrl(this.info.file_url[0].url).replace(
749
- /^\/\//,
750
- "https://"
751
- );
748
+ input.value = this.getImageUrl(input.value = this.getImageUrl(this.compImgSrc.replace(/^\/\//,"https://").split('?')[0]));
752
749
  document.body.appendChild(input);
753
750
  input.select();
754
751
  document.execCommand("copy");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.128",
3
+ "version": "1.1.129",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {