Quellcode durchsuchen

供应商采美百科

喻文俊 vor 3 Jahren
Ursprung
Commit
6ff64a63ba

+ 1 - 1
src/main/resources/static/js/supplier-center/encyclopedia/instrument-list.js

@@ -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() {