系统名称修改2
This commit is contained in:
parent
729ef8ca81
commit
a23ae3f438
|
|
@ -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,7 +1,7 @@
|
|||
{
|
||||
"name": "bonus",
|
||||
"version": "3.6.4",
|
||||
"description": "施工安全预警系统",
|
||||
"description": "基建现场物联感知数据监测分析系统",
|
||||
"author": "bonus",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 4.2 KiB |
|
|
@ -36,7 +36,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
title: process.env.VUE_APP_TITLE,
|
||||
logo: logoImg
|
||||
logo: null //logoImg
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -78,7 +78,7 @@ export default {
|
|||
color: #fff;
|
||||
font-weight: 600;
|
||||
line-height: 50px;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<div class="circle2"></div>
|
||||
<div class="tit">
|
||||
<span style="padding-bottom: 15px">您好,</span>
|
||||
<span>欢迎来到施工安全预警系统</span>
|
||||
<span>欢迎来到基建现场物联感知数据监测分析系统</span>
|
||||
</div>
|
||||
<div class="tit-en">
|
||||
<span style="padding-bottom: 15px">Hello!</span>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
<div class="login">
|
||||
<div class="login-form">
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title">施工安全预警系统</h3>
|
||||
<h3 class="title">基建现场物联感知数据监测分析系统</h3>
|
||||
<template v-if="loginMethod === 'password'">
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<div class="circle2"></div>
|
||||
<div class="tit">
|
||||
<span style="padding-bottom: 15px">您好,</span>
|
||||
<span>欢迎来到施工安全预警系统</span>
|
||||
<span>欢迎来到基建现场物联感知数据监测分析系统</span>
|
||||
</div>
|
||||
<div class="tit-en">
|
||||
<span style="padding-bottom: 15px">Hello!</span>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<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="nickName">
|
||||
<el-input v-model="registerForm.nickName" type="text" auto-complete="off" placeholder="请输入姓名">
|
||||
|
|
|
|||
|
|
@ -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; // 端口
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue