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
fc90dac9
Commit
fc90dac9
authored
Apr 11, 2025
by
forevertyler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:大屏
parent
d2b1994c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
240 additions
and
167 deletions
+240
-167
.env.development
.env.development
+1
-1
.env.production
.env.production
+6
-0
settings.js
config/settings.js
+1
-0
dist.zip
dist.zip
+0
-0
newApi.js
src/api/newApi.js
+9
-0
index.vue
src/views/Screen/index.vue
+223
-166
No files found.
.env.development
View file @
fc90dac9
...
...
@@ -4,7 +4,7 @@ ENV = 'development'
VUE_APP_LOCAL_PORT = '8059'
VUE_APP_WS_API = 'ws://localhost:8000'
VUE_APP_BASE_API = 'http://192.168.2.15:8059'
# VUE_APP_LOCAL_API = 'http://192.168.3.60:12113'
VUE_APP_LOCAL_API = 'http://192.168.2.37:9015'
VUE_APP_D3Tileset = 'http://192.168.2.15:8080/Apps/assets/media/rushanruibo'
...
...
.env.production
View file @
fc90dac9
...
...
@@ -5,8 +5,14 @@ ENV = 'production'
# 如果接口是 http 形式, wss 需要改为 ws
# ------------------------
# VUE_APP_BASE_API = 'http://192.168.3.60:12113'
# VUE_APP_LOCAL_API = 'http://192.168.3.60:12112'
# VUE_APP_D3Tileset = 'http://192.168.3.60:12113/3dtile'
VUE_APP_BASE_API = 'http://192.168.10.11:5003'
VUE_APP_LOCAL_API = 'http://192.168.10.11:9005'
VUE_APP_D3Tileset = 'http://192.168.10.11:5003/3dtile'
VUE_APP_SYS_PORT = '8060'
#VUE_APP_liveQing = 'http://192.168.10.11:5003'
config/settings.js
View file @
fc90dac9
var
ServiceURL
=
'
http://192.168.10.11:9005
'
;
// var ServiceURL = 'http://192.168.3.60:12112';
// var ServiceURL = 'http://192.168.2.37:9005';
window
.
VUE_APP_API
=
{
ServiceURL
:
ServiceURL
}
dist.zip
deleted
100644 → 0
View file @
d2b1994c
File deleted
src/api/newApi.js
0 → 100644
View file @
fc90dac9
import
request
from
'
@/utils/request
'
export
function
percarcount
(
params
)
{
return
request
({
url
:
'
tab/datascreen/percarcount
'
,
method
:
'
get
'
,
params
})
}
src/views/Screen/index.vue
View file @
fc90dac9
This diff is collapsed.
Click to expand it.
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