Merge branch 'master' of http://192.168.0.56:3000/bonus/SafetyAlertSystem-ui
This commit is contained in:
commit
96963c224a
|
|
@ -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,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "bonus",
|
"name": "bonus",
|
||||||
"version": "3.6.4",
|
"version": "3.6.4",
|
||||||
"description": "基建现场物联感知数据监测分析系统",
|
"description": "输变电工程施工现场安全风险预警系统",
|
||||||
"author": "bonus",
|
"author": "bonus",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17;
|
||||||
$base-sub-menu-hover:#001528;
|
$base-sub-menu-hover:#001528;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$base-sidebar-width: 200px;
|
$base-sidebar-width: 220px;
|
||||||
|
|
||||||
// the :export directive is the magic sauce for webpack
|
// the :export directive is the magic sauce for webpack
|
||||||
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
// https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="circle2"></div>
|
<div class="circle2"></div>
|
||||||
<div class="tit">
|
<div class="tit">
|
||||||
<span style="padding-bottom: 15px">您好,</span>
|
<span style="padding-bottom: 15px">您好,</span>
|
||||||
<span>欢迎来到基建现场物联感知数据监测分析系统</span>
|
<span>欢迎来到输变电工程施工现场安全风险预警系统</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tit-en">
|
<div class="tit-en">
|
||||||
<span style="padding-bottom: 15px">Hello!</span>
|
<span style="padding-bottom: 15px">Hello!</span>
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="login">
|
<div class="login">
|
||||||
<h3 class="title">基建现场物联感知数据监测分析系统</h3>
|
<h3 class="title">输变电工程施工现场安全风险预警系统</h3>
|
||||||
<div class="login-form">
|
<div class="login-form">
|
||||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" >
|
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" >
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="circle2"></div>
|
<div class="circle2"></div>
|
||||||
<div class="tit">
|
<div class="tit">
|
||||||
<span style="padding-bottom: 15px">您好,</span>
|
<span style="padding-bottom: 15px">您好,</span>
|
||||||
<span>欢迎来到基建现场物联感知数据监测分析系统</span>
|
<span>欢迎来到输变电工程施工现场安全风险预警系统</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="tit-en">
|
<div class="tit-en">
|
||||||
<span style="padding-bottom: 15px">Hello!</span>
|
<span style="padding-bottom: 15px">Hello!</span>
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<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="nickName">
|
<el-form-item prop="nickName">
|
||||||
<el-input v-model="registerForm.nickName" type="text" auto-complete="off" placeholder="请输入姓名">
|
<el-input v-model="registerForm.nickName" type="text" auto-complete="off" placeholder="请输入姓名">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="bottom-info">
|
<div class="bottom-info">
|
||||||
系统名称:基建现场物联感知数据监测分析系统
|
系统名称:输变电工程施工现场安全风险预警系统
|
||||||
<div>
|
<div>
|
||||||
版本:v1.0
|
版本:v1.0
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -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 || 80; // 端口
|
const port = process.env.port || process.env.npm_config_port || 80; // 端口
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue