Commit 95237528 authored by xxx's avatar xxx

1

parent 690dcc2c
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
//模型配置 //模型配置
const graphic = new mars3d.graphic.BillboardEntity({ const graphic = new mars3d.graphic.BillboardEntity({
style: { style: {
//image: pic ? 'http://8.143.203.103:9090/avatar/' + pic : ddd, //image: pic ? 'http://8.143.203.103:9092/avatar/' + pic : ddd,
image: pic ? 'http://120.224.103.84:9092/avatar/' + pic : ddd, image: pic ? 'http://120.224.103.84:9092/avatar/' + pic : ddd,
width:35, width:35,
height:35, height:35,
......
// 项目配置相关 // 项目配置相关
const config = { const config = {
// BASE_URL: 'http://192.168.0.111:9092', // BASE_URL: 'http://8.143.203.103:9092',
// REAL_URL: 'http://192.168.0.111:9092', // REAL_URL: 'http://8.143.203.103:9092',
BASE_URL: 'http://120.224.103.84:9092', BASE_URL: 'http://120.224.103.84:9092',
REAL_URL: 'http://120.224.103.84:9092', REAL_URL: 'http://120.224.103.84:9092',
......
...@@ -248,7 +248,7 @@ export default { ...@@ -248,7 +248,7 @@ export default {
//初始化weosocket //初始化weosocket
initWebSocket(){ initWebSocket(){
//const wsuri = 'ws://8.143.203.103:9090/webSocket' + '/' + this.userName1; //const wsuri = 'ws://8.143.203.103:9092/webSocket' + '/' + this.userName1;
const wsuri = 'ws://120.224.103.84:9092/webSocket' + '/' + this.userName1; const wsuri = 'ws://120.224.103.84:9092/webSocket' + '/' + this.userName1;
this.websocket = new WebSocket(wsuri); this.websocket = new WebSocket(wsuri);
this.websocket.onopen = this.websocketonopen; this.websocket.onopen = this.websocketonopen;
......
...@@ -16,13 +16,13 @@ module.exports = { ...@@ -16,13 +16,13 @@ module.exports = {
proxy: { proxy: {
// '/dianziweilan': { // '/dianziweilan': {
// target: 'http://192.168.0.111:9092' // target: 'http://8.143.203.103:9092'
// }, // },
// '/auth': { // '/auth': {
// target: 'http://192.168.0.111:9092', // target: 'http://8.143.203.103:9092',
// }, // },
// '/pic': { // '/pic': {
// target: 'http://192.168.0.111/avatar/', // target: 'http://8.143.203.103/avatar/',
// pathRewrite: { '^/pic': '' }, // pathRewrite: { '^/pic': '' },
// changeOrigin: true, // changeOrigin: true,
// }, // },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment