diff --git a/new-company-2024-7-4.zip b/new-company-2024-7-4.zip new file mode 100644 index 0000000..4dd4d63 Binary files /dev/null and b/new-company-2024-7-4.zip differ diff --git a/src/components/tabbar/navbar.vue b/src/components/tabbar/navbar.vue index 0070ae0..7e75451 100644 --- a/src/components/tabbar/navbar.vue +++ b/src/components/tabbar/navbar.vue @@ -149,7 +149,7 @@ } }, goClient(){ - window.location.href= `http://47.119.163.201/#/home/index` + window.location.href= `http://56carrier.com:82/#/home/index` } }, watch: { diff --git a/src/view/newsHome/index.vue b/src/view/newsHome/index.vue index 380e7d0..f59bebf 100644 --- a/src/view/newsHome/index.vue +++ b/src/view/newsHome/index.vue @@ -436,7 +436,7 @@ export default { setTimeout(() => { // 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://56carrier.com/#/home/index?companyType=company&companyTransportMode=${item.transportMode}` + window.location.href= `http://56carrier.com:82/#/home/index?companyType=company&companyTransportMode=${item.transportMode}` }, 200);