Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
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
SQL_Mou
NewTruckTerminalSyetem
Commits
95237528
Commit
95237528
authored
Nov 04, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
690dcc2c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
Map.vue
src/components/mars3d/Map.vue
+1
-1
config.js
src/config.js
+2
-2
index.vue
src/views/MLargeScreen/components/voiceApplication/index.vue
+1
-1
vue.config.js
vue.config.js
+3
-3
No files found.
src/components/mars3d/Map.vue
View file @
95237528
...
...
@@ -217,7 +217,7 @@ export default {
//模型配置
const
graphic
=
new
mars3d
.
graphic
.
BillboardEntity
({
style
:
{
//image: pic ? 'http://8.143.203.103:909
0
/avatar/' + pic : ddd,
//image: pic ? 'http://8.143.203.103:909
2
/avatar/' + pic : ddd,
image
:
pic
?
'
http://120.224.103.84:9092/avatar/
'
+
pic
:
ddd
,
width
:
35
,
height
:
35
,
...
...
src/config.js
View file @
95237528
// 项目配置相关
const
config
=
{
// BASE_URL: 'http://
192.168.0.111
:9092',
// REAL_URL: 'http://
192.168.0.111
:9092',
// BASE_URL: 'http://
8.143.203.103
:9092',
// REAL_URL: 'http://
8.143.203.103
:9092',
BASE_URL
:
'
http://120.224.103.84:9092
'
,
REAL_URL
:
'
http://120.224.103.84:9092
'
,
...
...
src/views/MLargeScreen/components/voiceApplication/index.vue
View file @
95237528
...
...
@@ -248,7 +248,7 @@ export default {
//初始化weosocket
initWebSocket
(){
//const wsuri = 'ws://8.143.203.103:909
0
/webSocket' + '/' + this.userName1;
//const wsuri = 'ws://8.143.203.103:909
2
/webSocket' + '/' + this.userName1;
const
wsuri
=
'
ws://120.224.103.84:9092/webSocket
'
+
'
/
'
+
this
.
userName1
;
this
.
websocket
=
new
WebSocket
(
wsuri
);
this
.
websocket
.
onopen
=
this
.
websocketonopen
;
...
...
vue.config.js
View file @
95237528
...
...
@@ -16,13 +16,13 @@ module.exports = {
proxy
:
{
// '/dianziweilan': {
// target: 'http://
192.168.0.111
:9092'
// target: 'http://
8.143.203.103
:9092'
// },
// '/auth': {
// target: 'http://
192.168.0.111
:9092',
// target: 'http://
8.143.203.103
:9092',
// },
// '/pic': {
// target: 'http://
192.168.0.111
/avatar/',
// target: 'http://
8.143.203.103
/avatar/',
// pathRewrite: { '^/pic': '' },
// 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