@nger/fk-upload 1.0.190 → 1.0.191
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.
@@ -158,7 +158,7 @@ let TaskManageController = class TaskManageController {
|
|
158
158
|
link: `/@nger/fk-upload/task-manage?${this.toUrl({ ...query, status: 3, page: 1 })}`,
|
159
159
|
key: 3
|
160
160
|
}];
|
161
|
-
const finishUrl = (filename) => `/@nger/fk-upload/finish-task?filename=${filename}&callback=/@nger/fk-
|
161
|
+
const finishUrl = (filename) => `/@nger/fk-upload/finish-task?filename=${filename}&callback=/@nger/fk-upload/task-manage?${this.toUrl({
|
162
162
|
...query
|
163
163
|
})}`;
|
164
164
|
const logins = await this.db.manager.find(entities_1.FkLoginEntity, { where: {} });
|