From 5a24ca6b45c52b1106663a6ab66e90b58b992876 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 10 Sep 2025 11:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + src/views/publicService/productCenter/product-detail.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/router/index.js b/src/router/index.js index fdf51d5..9d30aab 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -80,6 +80,7 @@ export const constantRoutes = [ path: '/index_1', component: () => import('@/views/publicService/index_1.vue'), name: 'Index_1', + // hidden: true, meta: { title: '公共服务平台', icon: 'dashboard' }, }, diff --git a/src/views/publicService/productCenter/product-detail.vue b/src/views/publicService/productCenter/product-detail.vue index 2048011..a664aa7 100644 --- a/src/views/publicService/productCenter/product-detail.vue +++ b/src/views/publicService/productCenter/product-detail.vue @@ -309,6 +309,8 @@ export default { created() { this.productId = this.$route.params.id console.log('产品ID:', this.productId) + + console.log('产品详情:', this.$route) }, computed: { maxBrochureIndex() {