From 53227c80cde5b8abd4fdd288b41cbb9465c60693 Mon Sep 17 00:00:00 2001 From: fuxiaochun Date: Wed, 16 Aug 2023 14:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=88=AB=E5=9C=B0=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 18 ++ src/views/business/legal/country.vue | 118 ++++++++++++ src/views/business/legal/countryInfo.vue | 225 +++++++++++++++++++++++ 3 files changed, 361 insertions(+) create mode 100644 src/views/business/legal/country.vue create mode 100644 src/views/business/legal/countryInfo.vue 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 @@ + + + + + \ 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 @@ + + + + + \ No newline at end of file