Admin
2022-07-19 3e26b9d02f44b33d03b1a9cddcdaf5cadab13143
src/api/menu/index.ts
@@ -8,7 +8,7 @@
 */
export function useMenuApi() {
    return {
        // v1
        // v2
        getMenuAdmin: (value?: string) => {
            return request({
                url: `/auth/menu?projectId= ${value}`,