gy-webcode2 1.0.14 → 1.0.16

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.
package/css/layout.scss CHANGED
@@ -139,15 +139,16 @@
139
139
  display: flex;
140
140
  align-items: center;
141
141
  color:#acb5ce;
142
- .breadcrumb_iconBox{
143
- width:30px;
144
- text-align: center;
145
- font-size: 16px;
146
- font-weight: bold;
147
- }
142
+
148
143
  }
149
144
  }
150
145
  }
146
+ .breadcrumb_iconBox{
147
+ width:30px;
148
+ text-align: center;
149
+ font-size: 16px;
150
+ font-weight: bold;
151
+ }
151
152
  .myHover{
152
153
  cursor: pointer;
153
154
  &:hover{
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.16",
4
4
  "description": "gy前端公共代码",
5
5
  "main": "index.js",
6
6
  "scripts": {