【modify】使用ESLint格式化代码

This commit is contained in:
zer0Black
2023-03-01 09:33:58 +08:00
parent 694855ae8b
commit 63369b8b87
400 changed files with 42942 additions and 43132 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import { axios } from '@/utils/request'
* 获取RSA公钥
* @returns {*}
*/
export function getRSAPublicKey() {
export function getRSAPublicKey () {
return axios({
url: `/sys/getRSAPublicKey`,
method: 'get',
@@ -13,4 +13,4 @@ export function getRSAPublicKey() {
'Content-Type': 'application/json;charset=UTF-8'
}
})
}
}