Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
甘
甘肃陇南
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
xinzhedeai
甘肃陇南
Commits
5c143c92
Commit
5c143c92
authored
Aug 15, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title处理
parent
a7acdf45
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
.env.development
.env.development
+2
-2
.env.production
.env.production
+1
-1
.env.staging
.env.staging
+1
-1
README.en.md
README.en.md
+1
-1
Logo.vue
src/layout/components/Sidebar/Logo.vue
+1
-1
index.vue
src/views/bigScreen/index.vue
+1
-1
login.vue
src/views/login.vue
+1
-1
register.vue
src/views/register.vue
+1
-1
vue.config.js
vue.config.js
+1
-1
No files found.
.env.development
View file @
5c143c92
# 页面标题
VUE_APP_TITLE =
厂坝铅锌矿微震监测系统
VUE_APP_TITLE =
青海多金属矿山井下监测项目
# 开发环境配置
ENV = 'development'
#
厂坝铅锌矿微震监测系统
#
青海多金属矿山井下监测项目
# /开发环境
VUE_APP_BASE_API = '/dev-api'
# VUE_APP_BASE_API = '/prod-api'
...
...
.env.production
View file @
5c143c92
# 页面标题
VUE_APP_TITLE =
厂坝铅锌矿微震监测系统
VUE_APP_TITLE =
青海多金属矿山井下监测项目
# 生产环境配置
...
...
.env.staging
View file @
5c143c92
# 页面标题
VUE_APP_TITLE =
厂坝铅锌矿微震监测系统
VUE_APP_TITLE =
青海多金属矿山井下监测项目
NODE_ENV = production
...
...
README.en.md
View file @
5c143c92
#
厂坝铅锌矿微震监测系统
#
青海多金属矿山井下监测项目
#### Description
...
...
src/layout/components/Sidebar/Logo.vue
View file @
5c143c92
...
...
@@ -67,7 +67,7 @@ export default {
},
data
()
{
return
{
title
:
"
厂坝铅锌矿微震监测系统
"
,
title
:
"
青海多金属矿山井下监测项目
"
,
};
},
};
...
...
src/views/bigScreen/index.vue
View file @
5c143c92
...
...
@@ -433,7 +433,7 @@ Highcharts3D(Highcharts);
export
default
{
data
()
{
return
{
screenTitle
:
"
厂坝铅锌矿微震监测系统
"
,
screenTitle
:
"
青海多金属矿山井下监测项目
"
,
nowDate
:
"
2023-01-01
"
,
nowTime
:
"
23:59:59
"
,
jxlEquipno
:
19
,
...
...
src/views/login.vue
View file @
5c143c92
<
template
>
<div
class=
"login"
:style=
"'background-image:url(' + Background + ');'"
>
<div
class=
"headder"
>
<h2>
厂坝铅锌矿微震监测系统
</h2>
<h2>
青海多金属矿山井下监测项目
</h2>
</div>
<div
class=
"logo-place"
>
<div
class=
"logo-title"
>
登录窗口
</div>
...
...
src/views/register.vue
View file @
5c143c92
...
...
@@ -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"
...
...
vue.config.js
View file @
5c143c92
...
...
@@ -7,7 +7,7 @@ function resolve(dir) {
const
CompressionPlugin
=
require
(
'
compression-webpack-plugin
'
)
const
name
=
'
厂坝铅锌矿微震监测系统
'
// 网页标题
const
name
=
'
青海多金属矿山井下监测项目
'
// 网页标题
const
port
=
process
.
env
.
port
||
process
.
env
.
npm_config_port
||
8080
// 端口
...
...
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