From 57a2eb421772343702c5efa550f9f3a74fea0c81 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Mon, 4 Jan 2021 17:48:46 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=BB=84=E8=B0=83=E6=95=B4=E4=B8=BA=E6=9C=B4=E7=B4=A0=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/vm/vue/index-tree.vue.vm | 3 ++- ruoyi-generator/src/main/resources/vm/vue/index.vue.vm | 6 +++++- ruoyi-ui/src/views/monitor/job/index.vue | 7 ++++++- ruoyi-ui/src/views/monitor/job/log.vue | 5 ++++- ruoyi-ui/src/views/monitor/logininfor/index.vue | 5 ++++- ruoyi-ui/src/views/monitor/online/index.vue | 2 +- ruoyi-ui/src/views/monitor/operlog/index.vue | 5 ++++- ruoyi-ui/src/views/system/config/index.vue | 7 ++++++- ruoyi-ui/src/views/system/dept/index.vue | 3 ++- ruoyi-ui/src/views/system/dict/data.vue | 6 +++++- ruoyi-ui/src/views/system/dict/index.vue | 7 ++++++- ruoyi-ui/src/views/system/menu/index.vue | 3 ++- ruoyi-ui/src/views/system/notice/index.vue | 5 ++++- ruoyi-ui/src/views/system/post/index.vue | 6 +++++- ruoyi-ui/src/views/system/role/index.vue | 6 +++++- ruoyi-ui/src/views/system/user/index.vue | 7 ++++++- ruoyi-ui/src/views/tool/gen/index.vue | 6 +++++- 17 files changed, 72 insertions(+), 17 deletions(-) diff --git a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm index 9c31d0d6..f12eb2f3 100644 --- a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm +++ b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm @@ -64,7 +64,7 @@ #end #end - 搜索 + 搜索 重置 @@ -73,6 +73,7 @@ - 搜索 + 搜索 重置 @@ -73,6 +73,7 @@ - 搜索 + 搜索 重置 @@ -40,6 +40,7 @@ - 搜索 + 搜索 重置 @@ -65,6 +65,7 @@ - 搜索 + 搜索 重置 @@ -59,6 +59,7 @@ - 搜索 + 搜索 重置 diff --git a/ruoyi-ui/src/views/monitor/operlog/index.vue b/ruoyi-ui/src/views/monitor/operlog/index.vue index 3a44cfcd..2f5262d2 100644 --- a/ruoyi-ui/src/views/monitor/operlog/index.vue +++ b/ruoyi-ui/src/views/monitor/operlog/index.vue @@ -66,7 +66,7 @@ > - 搜索 + 搜索 重置 @@ -75,6 +75,7 @@ - 搜索 + 搜索 重置 @@ -53,6 +53,7 @@ - 搜索 + 搜索 重置 @@ -30,6 +30,7 @@ - 搜索 + 搜索 重置 @@ -40,6 +40,7 @@ - 搜索 + 搜索 重置 @@ -59,6 +59,7 @@ - 搜索 + 搜索 重置 @@ -30,6 +30,7 @@ - 搜索 + 搜索 重置 @@ -39,6 +39,7 @@ - 搜索 + 搜索 重置 @@ -39,6 +39,7 @@ - 搜索 + 搜索 重置 @@ -59,6 +59,7 @@ - 搜索 + 搜索 重置 @@ -86,6 +86,7 @@ - 搜索 + 搜索 重置 @@ -41,6 +41,7 @@ Date: Mon, 4 Jan 2021 17:49:52 +0800 Subject: [PATCH 2/2] Update copyright --- ruoyi-admin/src/main/resources/application.yml | 2 +- ruoyi-ui/src/layout/components/TagsView/index.vue | 2 +- ruoyi-ui/src/views/login.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index c595ae17..d677ffc1 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -5,7 +5,7 @@ ruoyi: # 版本 version: 3.3.0 # 版权年份 - copyrightYear: 2020 + copyrightYear: 2021 # 实例演示开关 demoEnabled: true # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) diff --git a/ruoyi-ui/src/layout/components/TagsView/index.vue b/ruoyi-ui/src/layout/components/TagsView/index.vue index dce967cf..c16a4c24 100644 --- a/ruoyi-ui/src/layout/components/TagsView/index.vue +++ b/ruoyi-ui/src/layout/components/TagsView/index.vue @@ -153,7 +153,7 @@ export default { }) }, closeOthersTags() { - this.$router.push(this.selectedTag) + this.$router.push(this.selectedTag).catch(()=>{}); this.$store.dispatch('tagsView/delOthersViews', this.selectedTag).then(() => { this.moveToCurrentTag() }) diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 6b2139ea..8ec1aca4 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -48,7 +48,7 @@