md
This commit is contained in:
parent
6651a80163
commit
600f3c24b2
@ -54,7 +54,7 @@ export default {
|
||||
created() {
|
||||
let hostName=window.location.hostname;
|
||||
|
||||
if(hostName.indexOf('truckline56')!=-1){
|
||||
if(hostName.indexOf('truckline56')!=-1 || hostName.indexOf("43.136.13.105")!=-1){
|
||||
this.logo=luludaLogo;
|
||||
this.isTanex=false;
|
||||
this.logoHeight=40;
|
||||
|
||||
@ -447,7 +447,7 @@ export default {
|
||||
this.initMacId();
|
||||
|
||||
let hostName=window.location.hostname;
|
||||
if(hostName.indexOf('truckline56')!=-1){
|
||||
if(hostName.indexOf('truckline56')!=-1 || hostName.indexOf("43.136.13.105")!=-1){
|
||||
this.logoImg=luludaLogo;
|
||||
this.isTanex=false;
|
||||
}else{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user