|
@@ -193,16 +193,16 @@ var app = new Vue({
|
|
|
|
|
|
|
|
|
// 进入详情页
|
|
|
- if (_this.columnList[i].sname == '/product/index.html' && window.location.pathname == '/product/read.html') {
|
|
|
+ if (_this.columnList[i].sname == '/product/' && window.location.pathname == '/product/read.html') {
|
|
|
|
|
|
getDetailCommon()
|
|
|
getSeoCommon()
|
|
|
}
|
|
|
- if (_this.columnList[i].sname == '/solution/index.html' && window.location.pathname == '/solution/read.html') {
|
|
|
+ if (_this.columnList[i].sname == '/solution/' && window.location.pathname == '/solution/read.html') {
|
|
|
getDetailCommon()
|
|
|
getSeoCommon()
|
|
|
}
|
|
|
- if (_this.columnList[i].sname == '/news/index.html' && window.location.pathname == '/news/read.html') {
|
|
|
+ if (_this.columnList[i].sname == '/news/' && window.location.pathname == '/news/read.html') {
|
|
|
getDetailCommon()
|
|
|
getSeoCommon()
|
|
|
}
|