diff --git a/src/api/index.js b/src/api/index.js index 0e3d26b..60dd7d5 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -16,7 +16,7 @@ export default { verification: `${host}users/users/user/captcha`,// 验证码图片 // 权限管理 - getUserRolesPermissionMenu: `${host}users/user-role/getUserRolesPermissionMenu`, + getUserRolesPermissionMenu: `${host}users/user-role/getUserRolesPermissionMenu`, //学生管理 resetPassword: `${host}users/users/userAccount/resetPwd`, // 密码重置 @@ -85,7 +85,7 @@ export default { addProjectManage: `${host}occupationlab/projectManage/addProjectManage`, // 新增项目管理 updateProjectManage: `${host}occupationlab/projectManage/updateProjectManage`, // 修改项目管理 copyProjectManage: `${host}occupationlab/projectManage/copyProjectManage`, // 复制项目管理 - + // 判分点 getBcJudgmentPoint: `${host}judgment/bcJudgmentPoint/getBcJudgmentPoint`, // 获取编程类判分点列表(分页) getLcJudgmentPoint: `${host}judgment/lcJudgmentPoint/queryAllJudgmentPoint`, // 获取流程类判分点列表(分页) diff --git a/src/setting.js b/src/setting.js index c521d38..13aea02 100644 --- a/src/setting.js +++ b/src/setting.js @@ -45,6 +45,7 @@ if (isHh) { host = "http://39.108.250.202:9000/"; // 中台测试服 // host = "http://192.168.31.151:9000/"; // 榕 // host = "http://192.168.31.125:9000/"; // 坤 + // host = 'http://192.168.31.137:9000/'; // 赓 title = "职站服务端管理系统"; schoolId = 2105; } else {