12345678910111213141516171819202122 |
- 'use strict';
- /**
- * 签名及归档报表页面相关
- *
- * @author Ellisran
- * @date
- * @version
- */
- const path = {
- oss: 'https://measure-sign-pdf.oss-cn-shenzhen.aliyuncs.com/archive',
- api: 'http://106.52.243.222:9091/eseal',
- };
- /** 请求项目管理token所需秘钥 */
- const managementApiSecretKey = 'JL_CM_lksjdofuosdjflj01231209uljsf90@@#(lnm8';
- module.exports = {
- path,
- managementApiSecretKey,
- };
|