master
zch 2 months ago
parent 4de474b1df
commit fca12cd813

@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 机场行李系统设备健康监测系统 VUE_APP_TITLE = 亨通系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 机场行李系统设备健康监测系统/开发环境 # 亨通系统/开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# 路由懒加载 # 路由懒加载

@ -1,8 +1,8 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 机场行李系统设备健康监测系统 VUE_APP_TITLE = 亨通系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'
# 机场行李系统设备健康监测系统/生产环境 # 亨通系统/生产环境
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/prod-api'

@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 机场行李系统设备健康监测系统 VUE_APP_TITLE = 亨通系统
NODE_ENV = production NODE_ENV = production
# 测试环境配置 # 测试环境配置
ENV = 'staging' ENV = 'staging'
# 机场行李系统设备健康监测系统/测试环境 # 亨通系统/测试环境
VUE_APP_BASE_API = '/stage-api' VUE_APP_BASE_API = '/stage-api'

@ -1,8 +1,8 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "3.8.7", "version": "3.8.7",
"description": "机场行李系统设备健康监测系统", "description": "亨通系统",
"author": "机场行李", "author": "行李",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "vue-cli-service serve",

@ -1,7 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form"> <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-form-item prop="username">
<el-input <el-input
v-model="loginForm.username" v-model="loginForm.username"

@ -1,7 +1,7 @@
<template> <template>
<div class="register"> <div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form"> <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-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号"> <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" /> <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') 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 || 8200 // 端口 const port = process.env.port || process.env.npm_config_port || 8200 // 端口

Loading…
Cancel
Save