From 23d11c95940ad9f1ed0c3a5620a72920f44dbba7 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 14 Oct 2021 17:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 4 ++-- src/setting.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 {