Commit 98e93dea authored by zhanglw's avatar zhanglw

系统标题修改

parent 97bb68d3
# 页面标题
VUE_APP_TITLE = 边坡结构稳定性监测系统
VUE_APP_TITLE = 辽宁盛德日新边坡结构稳定性监测系统
# 开发环境配置
ENV = 'development'
# 边坡结构稳定性监测系统/开发环境
# 辽宁盛德日新边坡结构稳定性监测系统/开发环境
VUE_APP_BASE_API = '/dev-api'
#VUE_APP_BASE_API = '/prod-api'
......
# 页面标题
VUE_APP_TITLE = 边坡结构稳定性监测系统
VUE_APP_TITLE = 辽宁盛德日新边坡结构稳定性监测系统
# 生产环境配置
ENV = 'production'
......
# 页面标题
VUE_APP_TITLE = 边坡结构稳定性监测系统
VUE_APP_TITLE = 辽宁盛德日新边坡结构稳定性监测系统
NODE_ENV = production
......
# 边坡结构稳定性监测系统
# 辽宁盛德日新边坡结构稳定性监测系统
#### Description
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
......
......@@ -68,7 +68,7 @@ export default {
},
data() {
return {
title: "边坡结构稳定性监测系统",
title: "辽宁盛德日新边坡结构稳定性监测系统",
logo: logoImg,
};
},
......
......@@ -433,7 +433,7 @@ Highcharts3D(Highcharts);
export default {
data() {
return {
screenTitle: "边坡结构稳定性监测系统",
screenTitle: "辽宁盛德日新边坡结构稳定性监测系统",
nowDate: "2023-01-01",
nowTime: "23:59:59",
jxlEquipno: 19,
......
<template>
<div class="login" :style="'background-image:url(' + Background + ');'">
<div class="headder">
<h2>边坡结构稳定性监测系统</h2>
<h2>辽宁盛德日新边坡结构稳定性监测系统</h2>
<!-- <h4>ONLINE MONITORING SYSTEM FOR TAILINGS POND DATA</h4> -->
</div>
<div class="logo-place">
......
......@@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">边坡结构稳定性监测系统</h3>
<h3 class="title">辽宁盛德日新边坡结构稳定性监测系统</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"
......
......@@ -7,8 +7,8 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
// const name = process.env.VUE_APP_TITLE || '边坡结构稳定性监测系统' // 网页标题
const name = '边坡结构稳定性监测系统' // 网页标题
// const name = process.env.VUE_APP_TITLE || '辽宁盛德日新边坡结构稳定性监测系统' // 网页标题
const name = '辽宁盛德日新边坡结构稳定性监测系统' // 网页标题 辽宁盛德日新边坡结构稳定性监测系统
const port = process.env.port || process.env.npm_config_port || 12100 // 端口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment