Browse Source

统一系统名称

dev01 1 year ago
parent
commit
9ff8c62bb5

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 科德科研系统
+VUE_APP_TITLE = 科德企业科研项目信息管理系统
 
 # 开发环境配置
 ENV = 'development'

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 科德科研系统
+VUE_APP_TITLE = 科德企业科研项目信息管理系统
 
 # 生产环境配置
 ENV = 'production'

+ 1 - 1
.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 科德科研系统
+VUE_APP_TITLE = 科德企业科研项目信息管理系统
 
 NODE_ENV = production
 

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "yccrc",
   "version": "1.0.0",
-  "description": "科德科研系统",
+  "description": "科德企业科研项目信息管理系统",
   "author": "yccrc",
   "license": "MIT",
   "scripts": {

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

@@ -35,7 +35,7 @@ export default {
   },
   data() {
     return {
-      title: '科德科研系统',
+      title: '科德企业科研项目信息管理系统',
       logo: logoImg
     }
   }
@@ -80,7 +80,7 @@ export default {
       line-height: 50px;
       font-size: 16px;
       // font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
-      vertical-align: middle;
+      vertical-align: middle;
       font-family: "Title" !important;
     }
   }

+ 1 - 1
src/views/components/login/list.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="login">
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title">科德科研系统</h3>
+      <h3 class="title">科德企业科研项目信息管理系统</h3>
       <el-form-item prop="username">
         <el-input
           v-model="loginForm.username"

+ 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">科德科研系统</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 || '科德科研系统' // 网页标题
+const name = process.env.VUE_APP_TITLE || '科德企业科研项目信息管理系统' // 网页标题
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口