|
@@ -163,16 +163,16 @@ export default {
|
|
const isPurchaseOrder = this.nowRoute.indexOf('purchaseOrder') > -1 // 当前展示是否为采购单管理模块
|
|
const isPurchaseOrder = this.nowRoute.indexOf('purchaseOrder') > -1 // 当前展示是否为采购单管理模块
|
|
const isPurchaseReturn = this.nowRoute.indexOf('purchaseReturn') > -1 // 当前展示是否为采购退货模块
|
|
const isPurchaseReturn = this.nowRoute.indexOf('purchaseReturn') > -1 // 当前展示是否为采购退货模块
|
|
if (isSaleOrder) {
|
|
if (isSaleOrder) {
|
|
- playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/1%E6%B1%BD%E9%85%8D%E9%94%80%E5%94%AE%E9%9F%B3%E9%A2%91%E6%96%87%E5%AD%97%E5%B7%B2%E5%8A%A0.mp4'
|
|
|
|
|
|
+ playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/1xiaoshou.mp4'
|
|
}
|
|
}
|
|
if (isSalesReturn) {
|
|
if (isSalesReturn) {
|
|
- playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/2%E6%B1%BD%E9%85%8D%E9%94%80%E5%94%AE%E9%80%80%E8%B4%A7%E9%9F%B3%E9%A2%91%E6%96%87%E5%AD%97.mp4'
|
|
|
|
|
|
+ playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/2xiaoshoutuihuo.mp4'
|
|
}
|
|
}
|
|
if (isPurchaseOrder) {
|
|
if (isPurchaseOrder) {
|
|
- playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/3%E6%B1%BD%E9%85%8D%E9%87%87%E8%B4%AD%E9%9F%B3%E9%A2%91%E6%96%87%E5%AD%97.mp4'
|
|
|
|
|
|
+ playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/3caigou.mp4'
|
|
}
|
|
}
|
|
if (isPurchaseReturn) {
|
|
if (isPurchaseReturn) {
|
|
- playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/4%E6%B1%BD%E9%85%8D%E9%87%87%E8%B4%AD%E9%80%80%E8%B4%A7%E6%96%87%E5%AD%97%E8%AF%AD%E9%9F%B3.mp4'
|
|
|
|
|
|
+ playerOptions.sources[0].src = 'https://jianguan-images.oss-cn-beijing.aliyuncs.com/helpvideo/4caigoutuihuo.mp4'
|
|
}
|
|
}
|
|
// console.log(playerOptions, 'playerOptions')
|
|
// console.log(playerOptions, 'playerOptions')
|
|
return playerOptions
|
|
return playerOptions
|