diff --git a/src/main.js b/src/main.js index 1611ef0..a731bb6 100644 --- a/src/main.js +++ b/src/main.js @@ -43,7 +43,7 @@ Vue.use(BootstrapVue); Vue.use(Scrollspy); Vue.config.productionTip = false; - +Vue.prototype.$ossUrl = 'http://public-aaf-shenzhen-file.oss-cn-beijing.aliyuncs.com/webStatic/newCompany/'; new Vue({ router, el: '#app', diff --git a/src/view/business/index.vue b/src/view/business/index.vue index 701b286..fd70f4b 100644 --- a/src/view/business/index.vue +++ b/src/view/business/index.vue @@ -118,7 +118,7 @@
- + 暂存中转服务
@@ -128,7 +128,7 @@
- + 一件代发
diff --git a/src/view/newsHome/index.vue b/src/view/newsHome/index.vue index 11bcf72..7e98abd 100644 --- a/src/view/newsHome/index.vue +++ b/src/view/newsHome/index.vue @@ -44,7 +44,7 @@
- + @@ -337,10 +337,10 @@ export default { activeName: 'first', //tabs页切换 activeIndex: 0, // 默认选中第一个按钮 buttons: [ - { label: '海运下单',icon: require('@/assets/images/home/iconImages/Sea.png'),transportMode:'OCEAN' }, - { label: '空运下单',icon: require('@/assets/images/home/iconImages/Plane.png'),transportMode:'AIR' }, - { label: '铁运下单',icon: require('@/assets/images/home/iconImages/Railroad.png'),transportMode:'RAIL' }, - { label: '拖车下单',icon: require('@/assets/images/home/iconImages/Delivery.png'),transportMode:'ROAD' } + { label: '海运下单',icon: this.$ossUrl+'images/home/iconImages/Sea.png',transportMode:'OCEAN' }, + { label: '空运下单',icon:this.$ossUrl+'images/home/iconImages/Plane.png',transportMode:'AIR' }, + { label: '铁运下单',icon: this.$ossUrl+'images/home/iconImages/Railroad.png',transportMode:'RAIL' }, + { label: '拖车下单',icon: this.$ossUrl+'images/home/iconImages/Delivery.png',transportMode:'ROAD' } ], activeCardIndex: 0, cards: [ @@ -351,7 +351,7 @@ export default { ], activeTogIndex:0, buttonTogs: [ - { text: '美国空运专线', icon:require('@/assets/images/business/overSea/US.png'),}, + { text: '美国空运专线', icon:this.$ossUrl+'images/business/overSea/US.png',}, { text: '欧盟空运专线',icon:require('@/assets/images/business/overSea/OM.jpg')}, { text: '英国空运专线',icon:require('@/assets/images/business/overSea/GB.png')}, { text: '加拿大空运专线', icon:require('@/assets/images/business/overSea/CA.png')},