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, }) }) }