@nger/fk-upload 1.0.153 → 1.0.154

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.
@@ -104,11 +104,11 @@ let TaskManageController = class TaskManageController {
104
104
  }, {
105
105
  title: 'big',
106
106
  link: `/@nger/fk-upload/task-manage?${this.toUrl({ ...query, isBigFile: 0 })}`,
107
- key: 1
107
+ key: 0
108
108
  }, {
109
109
  title: 'small',
110
110
  link: `/@nger/fk-upload/task-manage?${this.toUrl({ ...query, isBigFile: 1 })}`,
111
- key: 0
111
+ key: 1
112
112
  }];
113
113
  const navs = [{
114
114
  title: 'all',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nger/fk-upload",
3
- "version": "1.0.153",
3
+ "version": "1.0.154",
4
4
  "description": "",
5
5
  "main": "dist/core.js",
6
6
  "types": "dist/core.d.ts",