|
@@ -144,7 +144,7 @@ var productList = new Vue({
|
|
|
toDetail: function toDetail(product) {
|
|
|
if (product.auditStatus !== 2) return CAIMEI.dialog('请等待审核通过后查看!');
|
|
|
if (!product.status) return CAIMEI.dialog('请未启后查看!');
|
|
|
- window.open('/encyclopedia/product-' + product.productId + '.html');
|
|
|
+ window.open('/encyclopedia/instrument-' + product.productId + '.html');
|
|
|
},
|
|
|
// 跳转添加文章页面
|
|
|
handleAddArticle: function handleAddArticle() {
|