title
This commit is contained in:
parent
f9f98ed581
commit
7c1aa569c5
@ -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": "god",
|
||||
"version": "3.8.6",
|
||||
"description": "装备管理系统",
|
||||
"description": "智慧车间安防监控与管理系统",
|
||||
"author": "装备",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
@ -39,7 +39,7 @@
|
||||
"axios": "0.24.0",
|
||||
"clipboard": "2.0.8",
|
||||
"core-js": "3.25.3",
|
||||
"echarts": "5.4.0",
|
||||
"echarts": "^5.4.0",
|
||||
"element-ui": "2.15.13",
|
||||
"file-saver": "2.0.5",
|
||||
"fuse.js": "6.4.3",
|
||||
|
@ -78,7 +78,7 @@ export default {
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
line-height: 50px;
|
||||
font-size: 14px;
|
||||
font-size: 11px;
|
||||
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"
|
||||
@ -171,7 +171,7 @@ export default {
|
||||
}
|
||||
|
||||
.login-form {
|
||||
/** 改边框
|
||||
/** 改边框
|
||||
*/
|
||||
border: 2px solid #028f2a80;
|
||||
border-radius: 6px;
|
||||
|
@ -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
Block a user