mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-09 16:02:27 +08:00
fix Bug or add docs
This commit is contained in:
@@ -14,7 +14,7 @@ export function adminMenus() {
|
||||
* 获取tree菜单列表
|
||||
* @param params
|
||||
*/
|
||||
export function getMenuList(params) {
|
||||
export function getMenuList(params?) {
|
||||
return http.request({
|
||||
url: '/menu/list',
|
||||
method: 'GET',
|
||||
|
||||
@@ -33,7 +33,7 @@ export function login(params) {
|
||||
params,
|
||||
},
|
||||
{
|
||||
isTransformRequestResult: false,
|
||||
isTransformResponse: false,
|
||||
}
|
||||
);
|
||||
}
|
||||
@@ -49,7 +49,7 @@ export function changePassword(params, uid) {
|
||||
params,
|
||||
},
|
||||
{
|
||||
isTransformRequestResult: false,
|
||||
isTransformResponse: false,
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user