diff --git a/src/router/index.js b/src/router/index.js index 23df686..f32723c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -126,6 +126,24 @@ const router = createRouter({ }, component: () => import("@/views/business/legal/policyDetail.vue"), }, + { + path: 'business/legal/country', + name: 'country', + meta: { + title: 'AI商情-法律法规-国别地区指南', + group: 'business' + }, + component: () => import("@/views/business/legal/country.vue"), + }, + { + path: 'business/legal/country/detail/:id', + name: 'countryDetail', + meta: { + title: 'AI商情-法律法规-国别地区指南', + group: 'business' + }, + component: () => import("@/views/business/legal/countryInfo.vue"), + }, ] } ], diff --git a/src/views/business/legal/country.vue b/src/views/business/legal/country.vue new file mode 100644 index 0000000..5985eaf --- /dev/null +++ b/src/views/business/legal/country.vue @@ -0,0 +1,118 @@ + + + + + 亚洲 + 欧洲 + 北美洲 + 南美洲 + 大洋洲 + 非洲 + + + + 请先选择上面的地区大洲 + + {{ item.name }} + + {{ placeholder }} + + + + + + + \ No newline at end of file diff --git a/src/views/business/legal/countryInfo.vue b/src/views/business/legal/countryInfo.vue new file mode 100644 index 0000000..78d6652 --- /dev/null +++ b/src/views/business/legal/countryInfo.vue @@ -0,0 +1,225 @@ + + + + + 首页> + AI商情> + 法律法规> + 国别地区指南> + 详情 + + + + {{ detail.full_name }} + + + {{detail.description }} + + + + + 目录 + + {{item.title}} + + + + 内容 + + {{item.title}} + + + + + + {{item.value}} + + + + + 数据加载中... + + + + + + + + \ No newline at end of file
{{detail.description }}
{{item.value}}