mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-18 02:19:56 +08:00
9 lines
141 B
Vue
9 lines
141 B
Vue
import request from '@/utils/request'
|
|
|
|
export function getPublicKey() {
|
|
return request({
|
|
url: '/publicKey',
|
|
method: 'post',
|
|
})
|
|
}
|