From 4a4d8f71233290e76a61c4ace55b766f0c9891db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Mon, 10 May 2021 15:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E5=8F=91=E5=B8=83=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/package.json | 8 +- .../src/layout/components/Sidebar/Logo.vue | 2 +- ruoyi-ui/src/settings.js | 2 +- ruoyi-ui/src/views/index.vue | 465 +----------------- ruoyi-ui/src/views/login.vue | 2 +- ruoyi-ui/vue.config.js | 2 +- ruoyi/pom.xml | 8 +- .../demo/controller/FeignTestController.java | 5 + .../ruoyi/demo/feign/FeignTestService.java | 5 + .../feign/fallback/FeignTestFallback.java | 5 + .../framework/config/AdminServerConfig.java | 5 + .../ruoyi/framework/config/FeignConfig.java | 5 + .../framework/config/MybatisPlusConfig.java | 5 + .../framework/config/ValidatorConfig.java | 5 + ruoyi/src/main/resources/application.yml | 4 +- 15 files changed, 67 insertions(+), 461 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 57fa9dbb5..a3765b639 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,8 +1,8 @@ { - "name": "ruoyi", - "version": "3.4.0", - "description": "若依管理系统", - "author": "若依", + "name": "ruoyi-vue-plus", + "version": "1.0.0", + "description": "RuoYi-Vue-Plus后台管理系统", + "author": "LionLi", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue index 57dbd3a87..4c26fd304 100644 --- a/ruoyi-ui/src/layout/components/Sidebar/Logo.vue +++ b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: '若依管理系统', + title: 'RuoYi-Vue-Plus', logo: logoImg } } diff --git a/ruoyi-ui/src/settings.js b/ruoyi-ui/src/settings.js index ba5cbd03c..5d177b28c 100644 --- a/ruoyi-ui/src/settings.js +++ b/ruoyi-ui/src/settings.js @@ -1,5 +1,5 @@ module.exports = { - title: '若依管理系统', + title: 'RuoYi-Vue-Plus后台管理系统', /** * 侧边栏主题 深色主题theme-dark,浅色主题theme-light diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue index dc189c7c5..520e06802 100644 --- a/ruoyi-ui/src/views/index.vue +++ b/ruoyi-ui/src/views/index.vue @@ -1,47 +1,10 @@ @@ -525,7 +96,7 @@ export default { data() { return { // 版本号 - version: "3.4.0", + version: "1.0.0", }; }, methods: { diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index 0c381ac61..147117f99 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,7 +1,7 @@