wangyue 2 years ago
parent
commit
d13b52a93f
  1. 3
      api/log/development.log
  2. 9
      web/client/src/utils/webapi.js
  3. 2
      web/log/development.txt

3
api/log/development.log

@ -11074,3 +11074,6 @@ headers: {}
2022-08-12 11:07:40.465 - debug: [FS-LOGGER] Init. 2022-08-12 11:07:40.465 - debug: [FS-LOGGER] Init.
2022-08-12 11:07:40.545 - info: [FS-ATTACHMENT] Inject attachment mw into router. 2022-08-12 11:07:40.545 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 11:07:40.545 - info: [FS-AUTH] Inject auth and api mv into router. 2022-08-12 11:07:40.545 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 15:35:49.622 - debug: [FS-LOGGER] Init.
2022-08-12 15:35:49.700 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 15:35:49.700 - info: [FS-AUTH] Inject auth and api mv into router.

9
web/client/src/utils/webapi.js

@ -41,7 +41,14 @@ export const ApiTable = {
getReportList: 'report/list', getReportList: 'report/list',
getReportDetail: 'report/{reportId}/detail', getReportDetail: 'report/{reportId}/detail',
getUsers: 'user', getUsers: 'user',
//档案管理
uploadFile: 'netdisk-files/upload',
deleteFile: 'netdisk-files/delete',
getFileList: 'netdisk-files/query',
createFileDir: 'create/struct/dir',
delFileDir: 'netdisk-files/dir/delete',
queryFileDIr: 'get/file/dirs',
updateFileDir: 'netdisk-files/struct/dir/update',
//运政管理 //运政管理
getOperaTional: 'vehicle', putOperaTional: 'vehicle', getOperaTional: 'vehicle', putOperaTional: 'vehicle',

2
web/log/development.txt

@ -71514,3 +71514,5 @@
>>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90 >>>>>>> 6fc3f0d2da5ea0fafc21a362197eaf08c92d9f90
2022-08-12 15:25:11.099 - debug: [FS-LOGGER] Init. 2022-08-12 15:25:11.099 - debug: [FS-LOGGER] Init.
2022-08-12 15:25:11.168 - info: [Router] Inject api: attachment/index 2022-08-12 15:25:11.168 - info: [Router] Inject api: attachment/index
2022-08-12 15:36:12.317 - debug: [FS-LOGGER] Init.
2022-08-12 15:36:12.386 - info: [Router] Inject api: attachment/index

Loading…
Cancel
Save