|
@@ -1453,7 +1453,7 @@
|
|
|
},
|
|
|
// 项目公告跳转到三级页
|
|
|
getDetail: function (sid) {
|
|
|
- if (utils.isWeiXinBrowser) {
|
|
|
+ if (utils.isWeiXinBrowser&&window.location.href.indexOf("/jyapp/")<0) {
|
|
|
location.href = '/article/content/' + sid + '.html'
|
|
|
} else {
|
|
|
location.href = '/jyapp/article/content/' + sid + '.html'
|