chengjunhui 1 ヶ月 前
コミット
cbc0aecb1d
共有10 個のファイルを変更した10 個の追加10 個の削除を含む
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      .env.staging
  4. 1 1
      package.json
  5. 1 1
      src/components/RuoYi/Doc/index.vue
  6. 1 1
      src/components/RuoYi/Git/index.vue
  7. 1 1
      src/layout/components/Sidebar/Logo.vue
  8. 1 1
      src/views/login.vue
  9. 1 1
      src/views/register.vue
  10. 1 1
      vue.config.js

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 小彩团运营管理平台
+VUE_APP_TITLE = 商城运营管理平台
 
 # 开发环境配置
 ENV = 'development'

+ 1 - 1
.env.production

@@ -5,7 +5,7 @@
  # @Description: 
 ### 
 # 页面标题
-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": "yiyao",
   "version": "4.0.1",
-  "description": "小彩团运营管理平台",
+  "description": "商城运营管理平台",
   "author": "LionLi",
   "license": "MIT",
   "scripts": {

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

@@ -9,7 +9,7 @@ export default {
   name: 'RuoYiDoc',
   data () {
     return {
-      url: 'https://gitee.com/JavaLionLi/小彩团/wikis/pages'
+      url: 'https://gitee.com/JavaLionLi/商城/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/JavaLionLi/小彩团'
+      url: 'https://gitee.com/JavaLionLi/商城'
     }
   },
   methods: {

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

@@ -35,7 +35,7 @@ export default {
   },
   data () {
     return {
-      title: '小彩团',
+      title: '商城',
       logo: logoImg
     }
   }

+ 1 - 1
src/views/login.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" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

+ 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 // 端口