|
@@ -67,7 +67,7 @@ export default {
|
|
|
created() {
|
|
created() {
|
|
|
if (location.host === 'test.raex.vip') {
|
|
if (location.host === 'test.raex.vip') {
|
|
|
this.baseUrl = 'test.mmo.raex.vip'
|
|
this.baseUrl = 'test.mmo.raex.vip'
|
|
|
- } else if (location.host === 'raex.vip') {
|
|
|
|
|
|
|
+ } else if (location.host === 'raex.vip' || location.host === 'www.raex.vip') {
|
|
|
this.baseUrl = 'mmo.raex.vip'
|
|
this.baseUrl = 'mmo.raex.vip'
|
|
|
} else {
|
|
} else {
|
|
|
this.baseUrl = 'localhost:8088'
|
|
this.baseUrl = 'localhost:8088'
|