flat: 合并代码
This commit is contained in:
@@ -630,6 +630,10 @@ export function sm4Encrypt(key, value, mode = "hex") {
|
||||
}
|
||||
}
|
||||
|
||||
export function reloadBrowser() {
|
||||
window.location.reload()
|
||||
}
|
||||
|
||||
|
||||
export const $api = {
|
||||
msg,
|
||||
@@ -679,5 +683,6 @@ export default {
|
||||
aes_Decrypt,
|
||||
sm2_Decrypt,
|
||||
sm2_Encrypt,
|
||||
safeReLaunch
|
||||
safeReLaunch,
|
||||
reloadBrowser
|
||||
}
|
||||
Reference in New Issue
Block a user