diff --git a/src/api/management/exam.js b/src/api/management/exam.js index cd3e23ffc..805a5d8fc 100644 --- a/src/api/management/exam.js +++ b/src/api/management/exam.js @@ -269,12 +269,12 @@ export function generateExam(pcId) { } /** 删除用户试卷 */ -export function deleteUserExam(param) { - return request({ - url: `/api/v2/paper/user/${puId}`, - method: 'method' - }); -} +// export function deleteUserExam(param) { +// return request({ +// url: `/api/v2/paper/user/${puId}`, +// method: 'DELETE' +// }); +// } /** 获取用户试卷完整信息 * @param {Number} puId 用户试卷Id diff --git a/src/utils/baseUrl.js b/src/utils/baseUrl.js index 6151b9016..0cec9b295 100644 --- a/src/utils/baseUrl.js +++ b/src/utils/baseUrl.js @@ -27,7 +27,7 @@ export function handlerUrl() { // BASE_API = 'https://joylink.club/jlcloud'; // BASE_API = 'https://test.joylink.club/jlcloud'; // BASE_API = 'http://114.116.51.125/jlcloud'; - // BASE_API = 'http://192.168.3.90:9000'; // 周寅 + BASE_API = 'http://192.168.3.47:9000'; // 周寅 // BASE_API = 'http://192.168.3.94:9000'; // 旭强 // BASE_API = 'http://192.168.3.15:9000'; // 张赛 // BASE_API = 'http://192.168.3.5:9000'; // 夏增彬 diff --git a/src/views/newMap/display/exam/examPanel.vue b/src/views/newMap/display/exam/examPanel.vue index de048c977..54f60a94d 100644 --- a/src/views/newMap/display/exam/examPanel.vue +++ b/src/views/newMap/display/exam/examPanel.vue @@ -3,6 +3,7 @@