gy-webcode2 1.0.14 → 1.0.15

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.
Files changed (2) hide show
  1. package/extend/axios.js +0 -1
  2. package/package.json +1 -1
package/extend/axios.js CHANGED
@@ -180,7 +180,6 @@ http.all = function (callback) {
180
180
 
181
181
  export default {
182
182
  install: function (vm,options) {
183
- headers = options.headers;
184
183
  NoEncryptList = options.NoEncryptList
185
184
  encryptList = options.encryptList
186
185
  if(options.setHeaders){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gy-webcode2",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {