Admin
2022-07-26 f93a3a605d6d949515bedbcdc633c5f454014f02
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}`,