change - 系统页面优化

boardTest
yinq 10 months ago
parent 29953347c3
commit 615d02f093

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 信明橡塑管理系统
VUE_APP_TITLE = 机场行李环境检测系统
# 开发环境配置
ENV = 'development'
# 信明橡塑管理系统/开发环境
# 机场行李环境检测系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载

@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 信明橡塑管理系统
VUE_APP_TITLE = 机场行李环境检测系统
# 生产环境配置
ENV = 'production'
# 信明橡塑管理系统/生产环境
# 机场行李环境检测系统/生产环境
VUE_APP_BASE_API = '/prod-api'

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 信明橡塑管理系统
VUE_APP_TITLE = 机场行李环境检测系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 信明橡塑管理系统/测试环境
# 机场行李环境检测系统/测试环境
VUE_APP_BASE_API = '/stage-api'

@ -1,8 +1,8 @@
{
"name": "ruoyi",
"version": "3.8.7",
"description": "信明橡塑管理系统",
"author": "信明橡塑",
"description": "机场行李环境检测系统",
"author": "机场行李",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

@ -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,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" />

Loading…
Cancel
Save