截止‘运力管理’模块
This commit is contained in:
4
src/utils/audit.js
Normal file
4
src/utils/audit.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const formatUpdateUserName = row => {
|
||||
if (!row) return '';
|
||||
return row.updateUserName || row.updateUser || '';
|
||||
};
|
||||
@@ -5,17 +5,17 @@ export default class crypto {
|
||||
* token加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
||||
* @type {string}
|
||||
*/
|
||||
static cryptoKey = '请配置cryptoKey';
|
||||
static cryptoKey = 'NWmP0cuIWAfL6GPeLJlbY8898b5iPk1y';
|
||||
/**
|
||||
* 报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
||||
* @type {string}
|
||||
*/
|
||||
static aesKey = '请配置aesKey';
|
||||
static aesKey = 'gLJvoZfX9pOp3nkIdQ9U2DzxlzsrTvJC';
|
||||
/**
|
||||
* 报文加密key 使用@org.springblade.test.CryptoKeyGenerator获取,需和后端配置保持一致
|
||||
* @type {string}
|
||||
*/
|
||||
static desKey = '请配置desKey';
|
||||
static desKey = 'hdlxNCD2KZI91Taq';
|
||||
|
||||
/**
|
||||
* aes 加密方法
|
||||
|
||||
Reference in New Issue
Block a user