This commit is contained in:
BianLzhaoMin 2025-09-10 11:30:53 +08:00
parent 60221dc3ae
commit 5a24ca6b45
2 changed files with 3 additions and 0 deletions

View File

@ -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' },
},

View File

@ -309,6 +309,8 @@ export default {
created() {
this.productId = this.$route.params.id
console.log('产品ID:', this.productId)
console.log('产品详情:', this.$route)
},
computed: {
maxBrochureIndex() {