静态数据填充

master
lml 4 months ago
parent 7a05697206
commit 3baf38ffea

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

@ -139,7 +139,7 @@
methods: { methods: {
setColor() { setColor() {
if( if(
this.path !=='/home' this.path !=='/newsHome'
) { ) {
this.color = 'black'; this.color = 'black';
}else { }else {

@ -5,10 +5,10 @@ import Login from "./pages/login.vue";
import Signup from "./pages/signup.vue"; import Signup from "./pages/signup.vue";
import Forgotpassword from './pages/password-forgot.vue'; import Forgotpassword from './pages/password-forgot.vue';
// 首页 // 首页
import home from "../view/home/index.vue"; import home from "../view/newsHome/index.vue";
import news from "../view/home/news/index.vue"; import news from "../view/newsHome/news/index.vue";
import newsDetail from "../view/home/news/detail.vue"; import newsDetail from "../view/newsHome/news/detail.vue";
import questionDetail from "../view/home/homeComponents/questionDetail.vue"; import questionDetail from "../view/newsHome/homeComponents/questionDetail.vue";
// 业务介绍 // 业务介绍
import business from "../view/business/index.vue"; import business from "../view/business/index.vue";
import sea from "../view/business/tab/sea.vue" import sea from "../view/business/tab/sea.vue"
@ -36,8 +36,8 @@ Vue.use(VueRouter);
const routes = [ const routes = [
{ {
path: "/home", path: "/newsHome",
name: "home", name: "newsHome",
component: home component: home
}, },
{ {
@ -150,10 +150,10 @@ const routes = [
name: 'Forgot Password page', name: 'Forgot Password page',
component: Forgotpassword component: Forgotpassword
}, },
{ // {
path: '*', // 捕获所有不匹配的路径 // path: '*', // 捕获所有不匹配的路径
redirect: '/home' // 重定向到/home // redirect: '/newsHome' // 重定向到/home
} // }
]; ];
const router = new VueRouter({ const router = new VueRouter({

@ -33,7 +33,7 @@
<div class="container flx-center" style="padding: 70px 0 150px 0 "> <div class="container flx-center" style="padding: 70px 0 150px 0 ">
<video autoplay loop muted playsinline> <video autoplay loop muted playsinline>
<!-- 视频源指向你的 mp4 文件 --> <!-- 视频源指向你的 mp4 文件 -->
<source src="@/assets/video/aboutMT.mp4" type="video/mp4"> <source src="https://public-aaf-shenzhen-file.oss-cn-beijing.aliyuncs.com/aaf1.0/ui/media/aboutMT.3bc43ff2.mp4" type="video/mp4">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
<!-- <div class="circle4 flx-center"> <!-- <div class="circle4 flx-center">

@ -24,7 +24,7 @@
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
<div v-show="showData_None"></div> <div v-show="showData_None" style="margin-bottom: 500px;"></div>
</div> </div>
</div> </div>
</template> </template>

@ -167,7 +167,7 @@
</div> </div>
</div> </div>
<!-- 运输流程 --> <!-- 运输流程 -->
<div class="service-text-bg" style="padding-bottom: 80px;"> <!-- <div class="service-text-bg" style="padding-bottom: 80px;">
<div class="container " > <div class="container " >
<div class="service-text" style="padding-top: 100px;margin:0 0 0 0px;"> <div class="service-text" style="padding-top: 100px;margin:0 0 0 0px;">
@ -246,8 +246,8 @@
</el-row> </el-row>
</div> </div>
</div> </div> -->
</div> </div>
</div> </div>
</template> </template>

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

@ -282,7 +282,7 @@
<div class="TSDN-Box-mainTitle" style="padding-bottom: 0px;margin-top: 80px;">观看视频轻松get教程</div> <div class="TSDN-Box-mainTitle" style="padding-bottom: 0px;margin-top: 80px;">观看视频轻松get教程</div>
<div class="video"> <div class="video">
<video autoplay muted playsinline style="height: 100%;"> <video autoplay muted playsinline style="height: 100%;">
<source src="@/assets/video/send美通教程.mp4" type="video/mp4" > <source src="https://public-aaf-shenzhen-file.oss-cn-beijing.aliyuncs.com/aaf1.0/ui/media/send_guide.mp4" type="video/mp4" >
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
</div> </div>
@ -392,7 +392,7 @@ export default {
}, },
{ {
description:"选择“库存”菜单中的“货件”选项", description:"选择“库存”菜单中的“货件”选项",
imageUrl1:require("@/assets/images/platform/ShipTrack-3.png"), imageUrl1:require("@/assets/images/platform/ShipTrack-3.webp"),
}, },
{ {
description:"进入Send to Amazon开始创建亚马逊FBA货件", description:"进入Send to Amazon开始创建亚马逊FBA货件",
@ -400,9 +400,9 @@ export default {
content2:"2.配送模式和承运人", content2:"2.配送模式和承运人",
content3:"3.货件打标", content3:"3.货件打标",
content4:"4.货件追踪", content4:"4.货件追踪",
imageUrl1:require("@/assets/images/platform/ShipTrack-4.png"), imageUrl1:require("@/assets/images/platform/ShipTrack-4.webp"),
imageUrl2:require("@/assets/images/platform/ShipTrack-5.png"), imageUrl2:require("@/assets/images/platform/ShipTrack-5.webp"),
imageUrl3:require("@/assets/images/platform/ShipTrack-6.png"), imageUrl3:require("@/assets/images/platform/ShipTrack-6.webp"),
}, },
// ... // ...

Loading…
Cancel
Save