浏览代码

名称 logo修改

JX.Li 1 年之前
父节点
当前提交
43704d9641

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
+VUE_APP_TITLE = 贞达工程管理后台管理系统
 
 # 生产环境配置
 ENV = 'production'

+ 3 - 3
package.json

@@ -1,7 +1,7 @@
 {
-  "name": "ruoyi-vue-plus",
+  "name": "贞达工程管理",
   "version": "4.8.2",
-  "description": "RuoYi-Vue-Plus后台管理系统",
+  "description": "贞达工程管理后台管理系统",
   "author": "LionLi",
   "license": "MIT",
   "scripts": {
@@ -32,7 +32,7 @@
   ],
   "repository": {
     "type": "git",
-    "url": "https://gitee.com/dromara/RuoYi-Vue-Plus.git"
+    "url": "https://gitee.com/dromara/贞达工程管理.git"
   },
   "dependencies": {
     "@riophae/vue-treeselect": "0.4.0",

二进制
public/favicon.ico


二进制
src/assets/logo/logo.png


+ 1 - 1
src/components/RuoYi/Doc/index.vue

@@ -9,7 +9,7 @@ export default {
   name: 'RuoYiDoc',
   data() {
     return {
-      url: 'https://gitee.com/dromara/RuoYi-Vue-Plus/wikis/pages'
+      url: 'https://gitee.com/dromara/贞达工程管理/wikis/pages'
     }
   },
   methods: {

+ 1 - 1
src/components/RuoYi/Git/index.vue

@@ -9,7 +9,7 @@ export default {
   name: 'RuoYiGit',
   data() {
     return {
-      url: 'https://gitee.com/dromara/RuoYi-Vue-Plus'
+      url: 'https://gitee.com/dromara/贞达工程管理'
     }
   },
   methods: {

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -35,7 +35,7 @@ export default {
   },
   data() {
     return {
-      title: 'RuoYi-Vue-Plus',
+      title: '贞达工程管理',
       logo: logoImg
     }
   }

+ 3 - 3
src/settings.js

@@ -17,7 +17,7 @@ module.exports = {
   /**
    * 是否显示 tagsView
    */
-  tagsView: false,
+  tagsView: true,
 
   /**
    * 是否固定头部
@@ -27,12 +27,12 @@ module.exports = {
   /**
    * 是否显示logo
    */
-  sidebarLogo: false,
+  sidebarLogo: true,
 
   /**
    * 是否显示动态标题
    */
-  dynamicTitle: false,
+  dynamicTitle: true,
 
   /**
    * @type {string | array} 'production' | ['production', 'development']

+ 1 - 1
src/views/register.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="register">
     <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
-      <h3 class="title">RuoYi-Vue-Plus后台管理系统</h3>
+      <h3 class="title">贞达工程管理后台管理系统</h3>
       <el-form-item prop="username">
         <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

+ 1 - 1
vue.config.js

@@ -7,7 +7,7 @@ function resolve(dir) {
 
 const CompressionPlugin = require('compression-webpack-plugin')
 
-const name = process.env.VUE_APP_TITLE || 'RuoYi-Vue-Plus后台管理系统' // 网页标题
+const name = process.env.VUE_APP_TITLE || '贞达工程管理后台管理系统' // 网页标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口