ap-dev 1.1.31 → 1.1.32

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.
@@ -112,10 +112,10 @@ export default {
112
112
  clipboard(this.getIconClass(value), event)
113
113
  },
114
114
  getIconImg(name) {
115
- return "/static/images/icon/" + name;
115
+ return "/frame/images/icon/" + name;
116
116
  },
117
117
  copyIconImg(value, event) {
118
- clipboard("/static/images/icon/" + value, event)
118
+ clipboard("/frame/images/icon/" + value, event)
119
119
  },
120
120
  copyIconImgName(value, event) {
121
121
  clipboard(value, event)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",