Files
xian_vue_new/src/api/api.ts
T
wzy-warehouse b87a0e71db Initial commit
2026-04-07 20:01:06 +08:00

11 lines
173 B
TypeScript

import { getSm2PublicKey } from './crypto'
export const $api = {
// 加密模块
crypto: {
// 获取sm2公钥
getSm2PublicKey: () => getSm2PublicKey(),
},
}