Files
xian_vue_new/src/api/api.ts
T

11 lines
173 B
TypeScript
Raw Normal View History

2026-04-07 20:01:06 +08:00
import { getSm2PublicKey } from './crypto'
export const $api = {
// 加密模块
crypto: {
// 获取sm2公钥
getSm2PublicKey: () => getSm2PublicKey(),
},
}