diff --git a/common/config.js b/common/config.js index 98ecce5..5a77619 100644 --- a/common/config.js +++ b/common/config.js @@ -7,9 +7,12 @@ const BASE_DOMAIN = 'www.axzc.xyz' // const CHAT_URL = `https://${BASE_DOMAIN}/chat` // const API_URL = `https://${BASE_DOMAIN}/api` // const WS_URL = `wss://${BASE_DOMAIN}/msg_gateway` -const CHAT_URL = `http://${BASE_DOMAIN}/api` -const API_URL = `http://${BASE_DOMAIN}/imapi` -const WS_URL = `ws://${BASE_DOMAIN}/ws` +// const CHAT_URL = `http://${BASE_DOMAIN}/api` +// const API_URL = `http://${BASE_DOMAIN}/imapi` +// const WS_URL = `ws://${BASE_DOMAIN}/ws` +const CHAT_URL = `http://103.39.222.184:8585/api` +const API_URL = `http://103.39.222.184:10002` +const WS_URL = `ws://103.39.222.184:10001` const version = '2.0.6' diff --git a/components/MyAvatar/index.vue b/components/MyAvatar/index.vue index 3d9589f..3176b67 100644 --- a/components/MyAvatar/index.vue +++ b/components/MyAvatar/index.vue @@ -1,13 +1,15 @@