更新接口

dev_2022-05-11
yujialong 3 years ago
parent 0715db4c4c
commit 23d11c9594
  1. 4
      src/api/index.js
  2. 1
      src/setting.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`, // 获取流程类判分点列表(分页)

@ -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 {

Loading…
Cancel
Save