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