视频路由增加 seo推送 使用模板
This commit is contained in:
@@ -424,6 +424,33 @@ $arrRoutes = [
|
|||||||
'/shipin-xiangqing/:strPinyin-:intVId-:intVForgeId',
|
'/shipin-xiangqing/:strPinyin-:intVId-:intVForgeId',
|
||||||
'/shipin-neiron/:strPinyin-:intVId-:intVForgeId',
|
'/shipin-neiron/:strPinyin-:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
// 兼容seo使用 没有 strPinyin 的路径模板
|
||||||
|
'/voddetail/-:intVId-:intVForgeId',
|
||||||
|
'/vodinfo/-:intVId-:intVForgeId',
|
||||||
|
'/vod/-:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
'/video-info/-:intVId-:intVForgeId',
|
||||||
|
'/video-detail/-:intVId-:intVForgeId',
|
||||||
|
'/video/-:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
'/shipin/-:intVId-:intVForgeId',
|
||||||
|
'/shipin-xiangqing/-:intVId-:intVForgeId',
|
||||||
|
'/shipin-neiron/-:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
// 兼容seo使用 没有 strPinyin 的路径模板
|
||||||
|
'/voddetail/:intVId-:intVForgeId',
|
||||||
|
'/vodinfo/:intVId-:intVForgeId',
|
||||||
|
'/vod/:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
'/video-info/:intVId-:intVForgeId',
|
||||||
|
'/video-detail/:intVId-:intVForgeId',
|
||||||
|
'/video/:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
'/shipin/:intVId-:intVForgeId',
|
||||||
|
'/shipin-xiangqing/:intVId-:intVForgeId',
|
||||||
|
'/shipin-neiron/:intVId-:intVForgeId',
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -443,6 +470,33 @@ $arrRoutes = [
|
|||||||
'/shipin-xiangqing/:strPinyin-:intVId',
|
'/shipin-xiangqing/:strPinyin-:intVId',
|
||||||
'/shipin-neiron/:strPinyin-:intVId',
|
'/shipin-neiron/:strPinyin-:intVId',
|
||||||
|
|
||||||
|
// 兼容seo使用 没有 strPinyin 的路径模板
|
||||||
|
'/voddetail/-:intVId',
|
||||||
|
'/vodinfo/-:intVId',
|
||||||
|
'/vod/-:intVId',
|
||||||
|
|
||||||
|
'/video-info/-:intVId',
|
||||||
|
'/video-detail/-:intVId',
|
||||||
|
'/video/-:intVId',
|
||||||
|
|
||||||
|
'/shipin/-:intVId',
|
||||||
|
'/shipin-xiangqing/-:intVId',
|
||||||
|
'/shipin-neiron/-:intVId',
|
||||||
|
|
||||||
|
// 兼容seo使用 没有 strPinyin 的路径模板
|
||||||
|
'/voddetail/:intVId',
|
||||||
|
'/vodinfo/:intVId',
|
||||||
|
'/vod/:intVId',
|
||||||
|
|
||||||
|
'/video-info/:intVId',
|
||||||
|
'/video-detail/:intVId',
|
||||||
|
'/video/:intVId',
|
||||||
|
|
||||||
|
'/shipin/:intVId',
|
||||||
|
'/shipin-xiangqing/:intVId',
|
||||||
|
'/shipin-neiron/:intVId',
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// 视频播放 /vodplay/strPinyin-10-wuxian-1
|
// 视频播放 /vodplay/strPinyin-10-wuxian-1
|
||||||
@@ -459,6 +513,31 @@ $arrRoutes = [
|
|||||||
'/shipin-bofang/:strPinyin-:intVId-:strPlayType-:intPlayIndex',
|
'/shipin-bofang/:strPinyin-:intVId-:strPlayType-:intPlayIndex',
|
||||||
'/shipin-kan/:strPinyin-:intVId-:strPlayType-:intPlayIndex',
|
'/shipin-kan/:strPinyin-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
|
||||||
|
// 兼容seo使用 没有 strPinyin 的路径模板
|
||||||
|
'/vodplay/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/vodbf/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/vodseed/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
|
||||||
|
'/video-play/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/video-bofang/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/video-show/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
|
||||||
|
'/shipin-play/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/shipin-bofang/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/shipin-kan/-:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
|
||||||
|
// 兼容seo使用 没有 strPinyin 的路径模板
|
||||||
|
'/vodplay/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/vodbf/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/vodseed/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
|
||||||
|
'/video-play/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/video-bofang/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/video-show/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
|
||||||
|
'/shipin-play/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/shipin-bofang/:intVId-:strPlayType-:intPlayIndex',
|
||||||
|
'/shipin-kan/:intVId-:strPlayType-:intPlayIndex',
|
||||||
],
|
],
|
||||||
|
|
||||||
//排行榜
|
//排行榜
|
||||||
|
|||||||
Reference in New Issue
Block a user