diff --git a/src/router/GBC/index.js b/src/router/GBC/index.js new file mode 100644 index 000000000..fc4f1c440 --- /dev/null +++ b/src/router/GBC/index.js @@ -0,0 +1,14 @@ +//数据报表 定义相关组件 +const GBC_home = () => import('@/views/GBC/home') + +export default [ + { + path: '/GBC/home', + name: 'GBC_home', + component: GBC_home, + meta: { + title: '首页', + index: 1 + } + }, +] diff --git a/src/router/ebiz/index.js b/src/router/ebiz/index.js index 15f6d05ed..f225f7797 100644 --- a/src/router/ebiz/index.js +++ b/src/router/ebiz/index.js @@ -49,6 +49,8 @@ import allowance from './allowance' import cooperativeUnit from './cooperativeUnit' // YB_APP import YB_APP from '../YB_APP/index' +// GBC +import GBC from '../GBC/index' //健康险续保 import healthInsuranceRenewal from './healthInsuranceRenewal' export default [ @@ -89,5 +91,6 @@ export default [ ...allowance, ...cooperativeUnit, ...YB_APP, + ...GBC, ...healthInsuranceRenewal ] //根据需要进行删减 diff --git a/src/views/GBC/ProductDetail.vue b/src/views/GBC/ProductDetail.vue new file mode 100644 index 000000000..e0121986b --- /dev/null +++ b/src/views/GBC/ProductDetail.vue @@ -0,0 +1,213 @@ + + + + + diff --git a/src/views/GBC/home.vue b/src/views/GBC/home.vue new file mode 100644 index 000000000..5dad2029d --- /dev/null +++ b/src/views/GBC/home.vue @@ -0,0 +1,185 @@ + + + +