From 0fefc97808481e7881a03fe5dcc86ac9a8c4b6f9 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期三, 28 八月 2024 16:29:05 +0800 Subject: [PATCH] 修改了一些bug --- ruoyi-ui/src/api/root/index.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/api/root/index.js b/ruoyi-ui/src/api/root/index.js index aad208b..d245238 100644 --- a/ruoyi-ui/src/api/root/index.js +++ b/ruoyi-ui/src/api/root/index.js @@ -1,12 +1,12 @@ import request from '@/utils/request' // 鑾峰彇瀹舵牴缃� -export function listRoot(query) { +export function listRoot(depth,clanId) { // alert(3) return request({ - url: '/self/user/root?depth='+query, + url: '/self/user/root?depth='+depth+'&clanId='+clanId, method: 'get', - // params: query + // params: query }) } -- Gitblit v1.9.1