dede--pc跳转手机站

作者: 时间:2019-05-12 11:31:11

手机站首页跳转

<script type="text/javascript">

try {

var urlhash = window.location.hash;

if (!urlhash.match("fromapp"))

{

if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i)))

{

window.location="/m/";

}

}

}

catch(err)

{

}

</script>

-------------------------------------------------------------------------------------------------------------------------------------------

手机站列表页跳转

<script type="text/javascript">

try {

var urlhash = window.location.hash;

if (!urlhash.match("fromapp"))

{

if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i)))

{

window.location="/m/{dede:type typeid=''}list.php?tid=[field:id/]{/dede:type}";

}

}

}

catch(err)

{

}

</script>

-------------------------------------------------------------------------------------------------------------------------------------------

手机站文章页跳转

<script type="text/javascript">

try {

var urlhash = window.location.hash;

if (!urlhash.match("fromapp"))

{

if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i)))

{

window.location="/m/view.php?aid={dede:field.id/}";

}

}

}

catch(err)

{

}

</script>

版权所有 博曦云 2019