Browse Source

运政管理增加货运

dev
xingyongchun 2 years ago
parent
commit
4ab4d2f795
  1. 24
      api/log/development.log
  2. 6
      web/log/development.txt
  3. 2
      web/package.json

24
api/log/development.log

@ -10927,3 +10927,27 @@ headers: {}
' at Array.forEach (<anonymous>)'
}
>>>>>>> Stashed changes
2022-08-12 09:49:59.887 - debug: [FS-LOGGER] Init.
2022-08-12 09:49:59.963 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 09:49:59.963 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 09:50:02.270 - debug: [FS-LOGGER] Init.
2022-08-12 09:50:02.347 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 09:50:02.347 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 10:11:27.603 - debug: [FS-LOGGER] Init.
2022-08-12 10:11:27.679 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 10:11:27.680 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 10:29:27.908 - debug: [FS-LOGGER] Init.
2022-08-12 10:29:27.985 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 10:29:27.985 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 10:29:45.743 - debug: [FS-LOGGER] Init.
2022-08-12 10:29:45.819 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 10:29:45.819 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 10:29:47.156 - debug: [FS-LOGGER] Init.
2022-08-12 10:29:47.233 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 10:29:47.233 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 10:30:43.735 - debug: [FS-LOGGER] Init.
2022-08-12 10:30:43.811 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 10:30:43.812 - info: [FS-AUTH] Inject auth and api mv into router.
2022-08-12 10:36:36.953 - debug: [FS-LOGGER] Init.
2022-08-12 10:36:37.032 - info: [FS-ATTACHMENT] Inject attachment mw into router.
2022-08-12 10:36:37.032 - info: [FS-AUTH] Inject auth and api mv into router.

6
web/log/development.txt

@ -69873,3 +69873,9 @@
' at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)\n' +
' at processTicksAndRejections (internal/process/task_queues.js:84:21)'
}
2022-08-12 09:48:32.452 - debug: [FS-LOGGER] Init.
2022-08-12 09:48:32.517 - info: [Router] Inject api: attachment/index
2022-08-12 10:13:00.182 - debug: [FS-LOGGER] Init.
2022-08-12 10:13:00.237 - info: [Router] Inject api: attachment/index
2022-08-12 10:36:42.015 - debug: [FS-LOGGER] Init.
2022-08-12 10:36:42.064 - info: [Router] Inject api: attachment/index

2
web/package.json

@ -6,7 +6,7 @@
"scripts": {
"test": "mocha",
"start": "cross-env NODE_ENV=development npm run start-params",
"start-params": "node server -p 5000 -u http://10.8.30.157:9119/ --qndmn http://rfkimpwbb.hn-bkt.clouddn.com",
"start-params": "node server -p 5000 -u http://localhost:14000 --qndmn http://rfkimpwbb.hn-bkt.clouddn.com",
"deploy": "export NODE_ENV=production&&npm run color && npm run build && node server",
"build-dev": "export NODE_ENV=development&&webpack --config webpack.config.js",
"build": "export NODE_ENV=production&&webpack --config webpack.config.prod.js",

Loading…
Cancel
Save