This commit is contained in:
linfso 2025-01-04 20:42:16 +08:00
parent 6651a80163
commit 600f3c24b2
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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{