This commit is contained in:
parent
60221dc3ae
commit
5a24ca6b45
|
|
@ -80,6 +80,7 @@ export const constantRoutes = [
|
||||||
path: '/index_1',
|
path: '/index_1',
|
||||||
component: () => import('@/views/publicService/index_1.vue'),
|
component: () => import('@/views/publicService/index_1.vue'),
|
||||||
name: 'Index_1',
|
name: 'Index_1',
|
||||||
|
// hidden: true,
|
||||||
meta: { title: '公共服务平台', icon: 'dashboard' },
|
meta: { title: '公共服务平台', icon: 'dashboard' },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -309,6 +309,8 @@ export default {
|
||||||
created() {
|
created() {
|
||||||
this.productId = this.$route.params.id
|
this.productId = this.$route.params.id
|
||||||
console.log('产品ID:', this.productId)
|
console.log('产品ID:', this.productId)
|
||||||
|
|
||||||
|
console.log('产品详情:', this.$route)
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
maxBrochureIndex() {
|
maxBrochureIndex() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue