From 52a1ba607b16c7f7225b695874e56e18bc032b9a Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 8 Nov 2025 15:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/book/comment/CommonBookCommentList.vue | 393 +++++++++++++++++++++ .../comment/modules/CommonBookCommentModal.vue | 162 +++++++++ .../vue/modules/CommonBookCommentModal.vue | 24 +- .../src/main/resources/application-dev.yml | 2 +- 4 files changed, 568 insertions(+), 13 deletions(-) create mode 100644 admin-pc/src/views/book/comment/CommonBookCommentList.vue create mode 100644 admin-pc/src/views/book/comment/modules/CommonBookCommentModal.vue diff --git a/admin-pc/src/views/book/comment/CommonBookCommentList.vue b/admin-pc/src/views/book/comment/CommonBookCommentList.vue new file mode 100644 index 0000000..6525f29 --- /dev/null +++ b/admin-pc/src/views/book/comment/CommonBookCommentList.vue @@ -0,0 +1,393 @@ + + + + \ No newline at end of file diff --git a/admin-pc/src/views/book/comment/modules/CommonBookCommentModal.vue b/admin-pc/src/views/book/comment/modules/CommonBookCommentModal.vue new file mode 100644 index 0000000..0e64634 --- /dev/null +++ b/admin-pc/src/views/book/comment/modules/CommonBookCommentModal.vue @@ -0,0 +1,162 @@ + + + \ No newline at end of file diff --git a/module-common/src/main/java/org/jeecg/modules/commonBookComment/vue/modules/CommonBookCommentModal.vue b/module-common/src/main/java/org/jeecg/modules/commonBookComment/vue/modules/CommonBookCommentModal.vue index bc677c6..0e64634 100644 --- a/module-common/src/main/java/org/jeecg/modules/commonBookComment/vue/modules/CommonBookCommentModal.vue +++ b/module-common/src/main/java/org/jeecg/modules/commonBookComment/vue/modules/CommonBookCommentModal.vue @@ -22,18 +22,18 @@ - - - - + + + + + + + + + + + + diff --git a/module-system/src/main/resources/application-dev.yml b/module-system/src/main/resources/application-dev.yml index 5bf325d..03aa1ba 100644 --- a/module-system/src/main/resources/application-dev.yml +++ b/module-system/src/main/resources/application-dev.yml @@ -1,5 +1,5 @@ server: - port: 8003 + port: 8002 tomcat: max-swallow-size: -1 error: