sign.js 426 B

12345678910111213141516171819202122
  1. 'use strict';
  2. /**
  3. * 签名及归档报表页面相关
  4. *
  5. * @author Ellisran
  6. * @date
  7. * @version
  8. */
  9. const path = {
  10. oss: 'https://measure-sign-pdf.oss-cn-shenzhen.aliyuncs.com/archive',
  11. api: 'http://106.52.243.222:9091/eseal',
  12. };
  13. /** 请求项目管理token所需秘钥 */
  14. const managementApiSecretKey = 'JL_CM_lksjdofuosdjflj01231209uljsf90@@#(lnm8';
  15. module.exports = {
  16. path,
  17. managementApiSecretKey,
  18. };