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
lichunliang
山西华远大屏
Commits
803268ba
Commit
803268ba
authored
Feb 28, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
桥梁监测图标 数值字符串修改
parent
b46b6d73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
QiaoliangMonitor.vue
src/components/BigScreen/QiaoliangMonitor.vue
+1
-1
bigscreen.vue
src/views/bigscreen.vue
+8
-8
vue.config.js
vue.config.js
+2
-2
No files found.
src/components/BigScreen/QiaoliangMonitor.vue
View file @
803268ba
...
...
@@ -180,7 +180,7 @@ export default {
const
dataList
=
response
.
data
;
const
chartData
=
dataList
.
map
((
item
,
index
)
=>
({
name
:
item
.
name
,
y
:
item
.
value
,
y
:
~~
item
.
value
,
color
:
this
.
colors
[
index
]
||
"
#27BAFF
"
,
// Default color if no color is provided
}));
...
...
src/views/bigscreen.vue
View file @
803268ba
...
...
@@ -237,16 +237,16 @@ export default {
toOtherSys
(
val
)
{
// 正式环境
//
const BIAN_PO = `http://bp.hylgzl.com`
// const QIAO_LIANG = `h
http://ql.hylgzl.com`
//
const SUI_DAO = `http://sd.hylgzl.com`
//
const AI = `http://220.194.146.65:9045`
const
BIAN_PO
=
`http://bp.hylgzl.com`
const
QIAO_LIANG
=
`
http://ql.hylgzl.com`
const
SUI_DAO
=
`http://sd.hylgzl.com`
const
AI
=
`http://220.194.146.65:9045`
// 测试环境
const
BIAN_PO
=
`http://192.168.3.226:9091`
const
QIAO_LIANG
=
`http://192.168.3.226:12064`
const
SUI_DAO
=
`http://192.168.3.226:10081`
const
AI
=
`http://192.168.3.248:8859`
//
const BIAN_PO = `http://192.168.3.226:9091`
//
const QIAO_LIANG = `http://192.168.3.226:12064`
//
const SUI_DAO = `http://192.168.3.226:10081`
//
const AI = `http://192.168.3.248:8859`
// 本地
// const BIAN_PO = `http://192.168.2.11:81`
...
...
vue.config.js
View file @
803268ba
...
...
@@ -36,8 +36,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://192.168.3.226:8579`
,
//
target: `http://192.168.2.16:8579`,
//
target: `http://192.168.3.226:8579`,
target
:
`http://192.168.2.16:8579`
,
// target: `http://182.92.170.89:10080`,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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