whyczyk
2022-02-25 ab09c93131ecb1b0c3afdb5a351a02d10d697546
src/pages/login/js/api.js
@@ -28,4 +28,16 @@
        url: 'PageParamAction!findByCategoryId',
        data: 'json=' + JSON.stringify({ categoryId: 5 })
    })
}
//查询系统名称
export const getRealTabsConfig = (type) => {
    type = type ? type : 1;
    return axios({
        method: 'post',
        url: 'PageParamUserAction!getAll',
        data: "json=" + JSON.stringify({
            type,
        })
    })
}