From 7d49c015aff7e2f14c1d5b8a78f85a42b0a24ce4 Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Tue, 7 Apr 2020 11:37:46 +0800 Subject: [PATCH] 2020-04-07-1 --- ruoyi-ui/.env.development | 2 +- ruoyi-ui/.env.production | 2 +- ruoyi-ui/.env.staging | 2 +- ruoyi-ui/package.json | 4 ++-- ruoyi-ui/src/components/RuoYi/Doc/index.vue | 21 ------------------- ruoyi-ui/src/components/RuoYi/Git/index.vue | 21 ------------------- ruoyi-ui/src/layout/components/Navbar.vue | 14 +------------ .../src/layout/components/Sidebar/Logo.vue | 2 +- ruoyi-ui/src/settings.js | 2 +- ruoyi-ui/src/views/login.vue | 2 +- ruoyi-ui/vue.config.js | 2 +- ruoyi/pom.xml | 4 ++-- .../main/java/com/ruoyi/RuoYiApplication.java | 11 +--------- .../ruoyi/framework/config/SwaggerConfig.java | 2 +- .../src/main/resources/application-druid.yml | 4 ++-- ruoyi/src/main/resources/application.yml | 2 +- 16 files changed, 17 insertions(+), 80 deletions(-) delete mode 100644 ruoyi-ui/src/components/RuoYi/Doc/index.vue delete mode 100644 ruoyi-ui/src/components/RuoYi/Git/index.vue diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 0cb1c6131..accd1f0c0 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,7 +1,7 @@ # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 本一智慧平台管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index a8e4af3b4..d60a518d5 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,5 +1,5 @@ # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 本一智慧平台管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index 41d4817c4..82be72f18 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -3,5 +3,5 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 本一智慧平台管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 62c2bddb1..b4292fe53 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "2.2.0", - "description": "若依管理系统", - "author": "若依", + "description": "本一智慧平台管理系统", + "author": "本一智慧平台", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/ruoyi-ui/src/components/RuoYi/Doc/index.vue b/ruoyi-ui/src/components/RuoYi/Doc/index.vue deleted file mode 100644 index 3915c2965..000000000 --- a/ruoyi-ui/src/components/RuoYi/Doc/index.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - \ No newline at end of file diff --git a/ruoyi-ui/src/components/RuoYi/Git/index.vue b/ruoyi-ui/src/components/RuoYi/Git/index.vue deleted file mode 100644 index 2aab63c15..000000000 --- a/ruoyi-ui/src/components/RuoYi/Git/index.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - \ No newline at end of file diff --git a/ruoyi-ui/src/layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue index 22427a81f..53054fea3 100644 --- a/ruoyi-ui/src/layout/components/Navbar.vue +++ b/ruoyi-ui/src/layout/components/Navbar.vue @@ -7,14 +7,6 @@