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 @@