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
5a89aac9
Commit
5a89aac9
authored
Aug 15, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微震招远
parent
a7acdf45
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
13 deletions
+14
-13
.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
index - 副本.vue
src/views/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
+4
-3
No files found.
.env.development
View file @
5a89aac9
# 页面标题
VUE_APP_TITLE =
厂坝铅锌矿微震监测系统
VUE_APP_TITLE =
玲珑分矿地压及微震在线监测系统(招远)
# 开发环境配置
ENV = 'development'
#
厂坝铅锌矿微震监测系统
#
玲珑分矿地压及微震在线监测系统(招远)
# /开发环境
VUE_APP_BASE_API = '/dev-api'
# VUE_APP_BASE_API = '/prod-api'
...
...
.env.production
View file @
5a89aac9
# 页面标题
VUE_APP_TITLE =
厂坝铅锌矿微震监测系统
VUE_APP_TITLE =
玲珑分矿地压及微震在线监测系统(招远)
# 生产环境配置
...
...
.env.staging
View file @
5a89aac9
# 页面标题
VUE_APP_TITLE =
厂坝铅锌矿微震监测系统
VUE_APP_TITLE =
玲珑分矿地压及微震在线监测系统(招远)
NODE_ENV = production
...
...
README.en.md
View file @
5a89aac9
#
厂坝铅锌矿微震监测系统
#
玲珑分矿地压及微震在线监测系统(招远)
#### Description
...
...
src/layout/components/Sidebar/Logo.vue
View file @
5a89aac9
...
...
@@ -67,7 +67,7 @@ export default {
},
data
()
{
return
{
title
:
"
厂坝铅锌矿微震监测系统
"
,
title
:
"
玲珑分矿地压及微震在线监测系统(招远)
"
,
};
},
};
...
...
src/views/bigScreen/index.vue
View file @
5a89aac9
...
...
@@ -433,7 +433,7 @@ Highcharts3D(Highcharts);
export
default
{
data
()
{
return
{
screenTitle
:
"
厂坝铅锌矿微震监测系统
"
,
screenTitle
:
"
玲珑分矿地压及微震在线监测系统(招远)
"
,
nowDate
:
"
2023-01-01
"
,
nowTime
:
"
23:59:59
"
,
jxlEquipno
:
19
,
...
...
src/views/index - 副本.vue
View file @
5a89aac9
...
...
@@ -220,7 +220,7 @@ import ElementUI from "element-ui";
Vue
.
use
(
ElementUI
);
import
{
drillequTable
,
tunnelTable
,
policeEdit
,
waveForm
,
wzEvent
}
from
"
@/api/query/ym
"
;
export
default
{
dicts
:
[
'
microseismequipment
'
],
dicts
:
[
'
jcjd
'
],
name
:
"
Index
"
,
data
()
{
return
{
...
...
src/views/login.vue
View file @
5a89aac9
<
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 @
5a89aac9
...
...
@@ -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 @
5a89aac9
...
...
@@ -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
// 端口
...
...
@@ -34,8 +34,9 @@ module.exports = {
open
:
true
,
proxy
:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://192.168.0.103:8085/lswz`
,
// 线上内网
// target: `http://192.168.3.188:8085/lswz`,
// target: `http://172.16.151.120:8085/lswz`, // 招远线上内网
// target: `http://192.168.0.103:8085/lswz`, // 甘肃陇南线上内网
target
:
`http://192.168.3.188:8085/lswz`
,
//target: `http://192.168.3.37:8085/lswz`,
// target: `http://10.50.70.100:8085/lswz`,
changeOrigin
:
true
,
...
...
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