vue-vben-admin/src/settings/cipherSetting.ts

8 lines
112 B
TypeScript
Raw Normal View History

2020-09-28 20:19:10 +08:00
/**
* @description:
*/
export const storageCipher = {
key: '_12345678901234@',
iv: '@12345678901234_',
};