|
|
@ -274,14 +274,14 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import Earth from "@/view/home/homeComponents/earth.vue";
|
|
|
|
import Earth from "@/view/newsHome/homeComponents/earth.vue";
|
|
|
|
import Amazon from "@/view/home/homeComponents/Amazon";
|
|
|
|
import Amazon from "@/view/newsHome/homeComponents/Amazon";
|
|
|
|
import BeforeDelivery from "@/view/home/homeComponents/beforeDelivery";
|
|
|
|
import BeforeDelivery from "@/view/newsHome/homeComponents/beforeDelivery";
|
|
|
|
import DulyReceived from "@/view/home/homeComponents/dulyReceived";
|
|
|
|
import DulyReceived from "@/view/newsHome/homeComponents/dulyReceived";
|
|
|
|
import LocalAdded from "@/view/home/homeComponents/LocalAdded";
|
|
|
|
import LocalAdded from "@/view/newsHome/homeComponents/LocalAdded";
|
|
|
|
import ForeignTransport from "@/view/home/homeComponents/foreignTransport";
|
|
|
|
import ForeignTransport from "@/view/newsHome/homeComponents/foreignTransport";
|
|
|
|
import DomesticCustomsDeclaration from "@/view/home/homeComponents/domesticCustomsDeclaration";
|
|
|
|
import DomesticCustomsDeclaration from "@/view/newsHome/homeComponents/domesticCustomsDeclaration";
|
|
|
|
import TrunkTransport from "@/view/home/homeComponents/trunkTransport";
|
|
|
|
import TrunkTransport from "@/view/newsHome/homeComponents/trunkTransport";
|
|
|
|
import {ceshi} from '@/api/home.js'
|
|
|
|
import {ceshi} from '@/api/home.js'
|
|
|
|
|
|
|
|
|
|
|
|
// import Switcher from "@/view/home/homeComponents/switcher";
|
|
|
|
// import Switcher from "@/view/home/homeComponents/switcher";
|
|
|
@ -434,8 +434,9 @@ export default {
|
|
|
|
console.log(item.transportMode,index);
|
|
|
|
console.log(item.transportMode,index);
|
|
|
|
this.activeIndex = index;
|
|
|
|
this.activeIndex = index;
|
|
|
|
setTimeout(() => {
|
|
|
|
setTimeout(() => {
|
|
|
|
window.location.href= `http://47.119.163.201/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
|
|
|
|
// window.location.href= `http://47.119.163.201/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
|
|
|
|
// window.location.href= `http://192.168.10.54:9081/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
|
|
|
|
// window.location.href= `http://192.168.10.54:9081/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
|
|
|
|
|
|
|
|
window.location.href= `http://56carrier.com/#/home/index?companyType=company&companyTransportMode=${item.transportMode}`
|
|
|
|
|
|
|
|
|
|
|
|
}, 200);
|
|
|
|
}, 200);
|
|
|
|
|
|
|
|
|
|
|
@ -471,14 +472,14 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, 300);
|
|
|
|
}, 300);
|
|
|
|
this.timer4 = setInterval(() => {
|
|
|
|
this.timer4 = setInterval(() => {
|
|
|
|
if (this.num4 === 10) {
|
|
|
|
if (this.num4 === 5) {
|
|
|
|
clearTimeout(this.timer4);
|
|
|
|
clearTimeout(this.timer4);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.num4++;
|
|
|
|
this.num4++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, 280);
|
|
|
|
}, 280);
|
|
|
|
this.timer5 = setInterval(() => {
|
|
|
|
this.timer5 = setInterval(() => {
|
|
|
|
if (this.num5 === 50) {
|
|
|
|
if (this.num5 === 70) {
|
|
|
|
clearTimeout(this.timer5);
|
|
|
|
clearTimeout(this.timer5);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.num5++;
|
|
|
|
this.num5++;
|