From f8f9d0cf1f2bd8915cfb511c1804d8e765b1324e Mon Sep 17 00:00:00 2001 From: suemini <121214637+suemini@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:12:21 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Feat=20:=20=EC=8B=A0=EA=B3=A0=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=20=EC=A1=B0=ED=9A=8C=EA=B8=B0=EB=8A=A5=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/admin/adminQuizPage.vue | 6 +- src/components/admin/adminReportPage.vue | 335 ++++++++++++++++++++++- src/main.js | 6 +- 3 files changed, 337 insertions(+), 10 deletions(-) diff --git a/src/components/admin/adminQuizPage.vue b/src/components/admin/adminQuizPage.vue index edecee8..c694955 100644 --- a/src/components/admin/adminQuizPage.vue +++ b/src/components/admin/adminQuizPage.vue @@ -36,11 +36,11 @@   diff --git a/src/components/admin/adminReportPage.vue b/src/components/admin/adminReportPage.vue index ad7c70f..ba7a8b6 100644 --- a/src/components/admin/adminReportPage.vue +++ b/src/components/admin/adminReportPage.vue @@ -1,19 +1,344 @@ \ No newline at end of file diff --git a/src/main.js b/src/main.js index c7dba49..0009c42 100644 --- a/src/main.js +++ b/src/main.js @@ -26,6 +26,8 @@ const app = createApp(App) app.use(router) app.component('font-awesome-icon', FontAwesomeIcon) app.mount('#app') -app.config.globalProperties.backURL = 'http://192.168.3.113:8881/codesparring' -app.config.globalProperties.socketURL = 'ws://192.168.3.113:8881/codesparring/ws/session' +// app.config.globalProperties.backURL = 'http://192.168.3.113:8881/codesparring' +// app.config.globalProperties.socketURL = 'ws://192.168.3.113:8881/codesparring/ws/session' +app.config.globalProperties.backURL = 'http://192.168.0.25:8881/codesparring' +app.config.globalProperties.socketURL = 'ws://192.168.0.25:8881/codesparring/ws/session' From bd5ed43e27ce4239cadf693117452690f375f68a Mon Sep 17 00:00:00 2001 From: suemini <121214637+suemini@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:10:00 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Fix=20:=20=EC=8B=A0=EA=B3=A0=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EC=B6=9C=EB=A0=A5=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/admin/adminQuizPage.vue | 631 +++++++++++------------ src/components/admin/adminReportPage.vue | 106 ++-- src/main.js | 8 +- 3 files changed, 363 insertions(+), 382 deletions(-) diff --git a/src/components/admin/adminQuizPage.vue b/src/components/admin/adminQuizPage.vue index c694955..f97a207 100644 --- a/src/components/admin/adminQuizPage.vue +++ b/src/components/admin/adminQuizPage.vue @@ -1,336 +1,335 @@ - - - \ No newline at end of file +} + +.page-bt-num.current-page { + opacity: 100%; + cursor: default; +} + diff --git a/src/components/admin/adminReportPage.vue b/src/components/admin/adminReportPage.vue index ba7a8b6..6dc1410 100644 --- a/src/components/admin/adminReportPage.vue +++ b/src/components/admin/adminReportPage.vue @@ -1,36 +1,38 @@