fix Bug or add docs

This commit is contained in:
Ah jung
2021-07-30 10:26:19 +08:00
parent 044976b790
commit 619669ec9e
63 changed files with 2039 additions and 470 deletions

View File

@@ -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',