Browse Source

系统名称修改

master
lzp 4 months ago
parent
commit
f46432b610
  1. 4
      .env.development
  2. 2
      .env.production
  3. 2
      .env.staging
  4. 2
      package.json
  5. BIN
      src/views/leftLogo.jpg
  6. BIN
      src/views/leftLogo.png
  7. 5
      src/views/login.vue
  8. 2
      src/views/register.vue
  9. 2
      vue.config.js

4
.env.development

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 山西省职业教育助力乡村振兴特色学校认定评审系统
VUE_APP_TITLE = 智能化衣柜
# 开发环境配置
ENV = 'development'
# 山西省职业教育助力乡村振兴特色学校认定评审系统/开发环境
# 智能化衣柜/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_IMG_URL = 'https://test.tall.wiki/commen/'
VUE_APP_API_QZURL = 'https://test.tall.wiki/commen/'

2
.env.production

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 山西省职业教育助力乡村振兴特色学校认定评审系统
VUE_APP_TITLE = 智能化衣柜
# 生产环境配置
NODE_ENV = 'production'

2
.env.staging

@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 山西省职业教育助力乡村振兴特色学校认定评审系统
VUE_APP_TITLE = 智能化衣柜
# 生产环境配置
NODE_ENV = 'production'

2
package.json

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "山西省职业教育助力乡村振兴特色学校认定评审系统",
"description": "智能化衣柜",
"author": "若依",
"license": "MIT",
"scripts": {

BIN
src/views/leftLogo.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 KiB

BIN
src/views/leftLogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 KiB

5
src/views/login.vue

@ -7,9 +7,8 @@
class="login-form"
>
<h3 class="title" style="margin-bottom: 0">
山西省职业教育服务乡村振兴专家咨询委员会
</h3>
<h3 class="title">山西省职业教育助力乡村振兴特色学校认定评审系统</h3>
<h3 class="title">智能化衣柜</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
@ -197,7 +196,7 @@ export default {
justify-content: center;
align-items: center;
height: 100%;
background-image: url("./leftLogo.png");
background-image: url("./leftLogo.jpg");
background-size: cover;
}
.title {

2
src/views/register.vue

@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">山西省职业教育助力乡村振兴特色学校认定评审系统</h3>
<h3 class="title">智能化衣柜</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"

2
vue.config.js

@ -8,7 +8,7 @@ function resolve(dir) {
const CompressionPlugin = require("compression-webpack-plugin");
const name =
process.env.VUE_APP_TITLE || "山西省职业教育助力乡村振兴特色学校认定评审系统"; // 网页标题
process.env.VUE_APP_TITLE || "智能化衣柜"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口

Loading…
Cancel
Save