Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bianpoSys
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanglw
bianpoSys
Commits
98e93dea
Commit
98e93dea
authored
Dec 01, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
系统标题修改
parent
97bb68d3
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
.env.development
bianpoSys/.env.development
+2
-2
.env.production
bianpoSys/.env.production
+1
-1
.env.staging
bianpoSys/.env.staging
+1
-1
README.en.md
bianpoSys/README.en.md
+1
-1
Logo.vue
bianpoSys/src/layout/components/Sidebar/Logo.vue
+1
-1
index.vue
bianpoSys/src/views/bigScreen/index.vue
+1
-1
login.vue
bianpoSys/src/views/login.vue
+1
-1
register.vue
bianpoSys/src/views/register.vue
+1
-1
vue.config.js
bianpoSys/vue.config.js
+2
-2
No files found.
bianpoSys/.env.development
View file @
98e93dea
# 页面标题
# 页面标题
VUE_APP_TITLE = 边坡结构稳定性监测系统
VUE_APP_TITLE =
辽宁盛德日新
边坡结构稳定性监测系统
# 开发环境配置
# 开发环境配置
ENV = 'development'
ENV = 'development'
# 边坡结构稳定性监测系统/开发环境
#
辽宁盛德日新
边坡结构稳定性监测系统/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = '/dev-api'
#VUE_APP_BASE_API = '/prod-api'
#VUE_APP_BASE_API = '/prod-api'
...
...
bianpoSys/.env.production
View file @
98e93dea
# 页面标题
# 页面标题
VUE_APP_TITLE = 边坡结构稳定性监测系统
VUE_APP_TITLE =
辽宁盛德日新
边坡结构稳定性监测系统
# 生产环境配置
# 生产环境配置
ENV = 'production'
ENV = 'production'
...
...
bianpoSys/.env.staging
View file @
98e93dea
# 页面标题
# 页面标题
VUE_APP_TITLE = 边坡结构稳定性监测系统
VUE_APP_TITLE =
辽宁盛德日新
边坡结构稳定性监测系统
NODE_ENV = production
NODE_ENV = production
...
...
bianpoSys/README.en.md
View file @
98e93dea
# 边坡结构稳定性监测系统
#
辽宁盛德日新
边坡结构稳定性监测系统
#### Description
#### 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**
}
{
**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**
}
...
...
bianpoSys/src/layout/components/Sidebar/Logo.vue
View file @
98e93dea
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
title
:
"
边坡结构稳定性监测系统
"
,
title
:
"
辽宁盛德日新
边坡结构稳定性监测系统
"
,
logo
:
logoImg
,
logo
:
logoImg
,
};
};
},
},
...
...
bianpoSys/src/views/bigScreen/index.vue
View file @
98e93dea
...
@@ -433,7 +433,7 @@ Highcharts3D(Highcharts);
...
@@ -433,7 +433,7 @@ Highcharts3D(Highcharts);
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
screenTitle
:
"
边坡结构稳定性监测系统
"
,
screenTitle
:
"
辽宁盛德日新
边坡结构稳定性监测系统
"
,
nowDate
:
"
2023-01-01
"
,
nowDate
:
"
2023-01-01
"
,
nowTime
:
"
23:59:59
"
,
nowTime
:
"
23:59:59
"
,
jxlEquipno
:
19
,
jxlEquipno
:
19
,
...
...
bianpoSys/src/views/login.vue
View file @
98e93dea
<
template
>
<
template
>
<div
class=
"login"
:style=
"'background-image:url(' + Background + ');'"
>
<div
class=
"login"
:style=
"'background-image:url(' + Background + ');'"
>
<div
class=
"headder"
>
<div
class=
"headder"
>
<h2>
边坡结构稳定性监测系统
</h2>
<h2>
辽宁盛德日新
边坡结构稳定性监测系统
</h2>
<!--
<h4>
ONLINE MONITORING SYSTEM FOR TAILINGS POND DATA
</h4>
-->
<!--
<h4>
ONLINE MONITORING SYSTEM FOR TAILINGS POND DATA
</h4>
-->
</div>
</div>
<div
class=
"logo-place"
>
<div
class=
"logo-place"
>
...
...
bianpoSys/src/views/register.vue
View file @
98e93dea
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:rules=
"registerRules"
:rules=
"registerRules"
class=
"register-form"
class=
"register-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=
"registerForm.username"
v-model=
"registerForm.username"
...
...
bianpoSys/vue.config.js
View file @
98e93dea
...
@@ -7,8 +7,8 @@ function resolve(dir) {
...
@@ -7,8 +7,8 @@ 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
name
=
'
边坡结构稳定性监测系统
'
// 网页标题
const
name
=
'
辽宁盛德日新边坡结构稳定性监测系统
'
// 网页标题 辽宁盛德日新边坡结构稳定性监测系统
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
12100
// 端口
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
12100
// 端口
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment