diff --git a/txw-mhzc-web/src/pages/index/views/fwsc/fwsc.vue b/txw-mhzc-web/src/pages/index/views/fwsc/fwsc.vue index 6f4fc38..01bd6e3 100644 --- a/txw-mhzc-web/src/pages/index/views/fwsc/fwsc.vue +++ b/txw-mhzc-web/src/pages/index/views/fwsc/fwsc.vue @@ -201,7 +201,7 @@ export default { { label: '碳服务市场', path: '/tfwsc' }, { label: '碳需求市场', path: '/txqsc' }, { label: '碳数据市场', path: '/tsjsc' }, - { label: '碳金融市场', path: '/tjrsc', disable: true }, + { label: '碳金融市场', path: '/tjrsc', url: 'https://www.unionecredit.com/greenfinance/#/home' }, ], // 筛选条件 filter: { @@ -452,10 +452,14 @@ export default { isActiveTab(path) { return this.$route.path === path; }, - goToTab({path, disable}) { + goToTab({path, disable, url}) { + if (url) { + window.open(url, '_blank', 'noopener,noreferrer'); + return; + } if (disable) { this.showComingSoon(); - return + return } this.$router.push(path); }, diff --git a/txw-mhzc-web/src/pages/index/views/fwsc/sjsc.vue b/txw-mhzc-web/src/pages/index/views/fwsc/sjsc.vue index fdbc52e..a55aa60 100644 --- a/txw-mhzc-web/src/pages/index/views/fwsc/sjsc.vue +++ b/txw-mhzc-web/src/pages/index/views/fwsc/sjsc.vue @@ -189,7 +189,7 @@ export default { { label: '碳服务市场', path: '/tfwsc' }, { label: '碳需求市场', path: '/txqsc' }, { label: '碳数据市场', path: '/tsjsc' }, - { label: '碳金融市场', path: '/tjrsc', disable: true }, + { label: '碳金融市场', path: '/tjrsc', url: 'https://www.unionecredit.com/greenfinance/#/home' }, ], // 筛选条件 filter: { @@ -377,7 +377,11 @@ export default { isActiveTab(path) { return this.$route.path === path; }, - goToTab({ path, disable }) { + goToTab({ path, disable, url }) { + if (url) { + window.open(url, '_blank', 'noopener,noreferrer'); + return; + } if (disable) { this.showComingSoon(); return; diff --git a/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue b/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue index d59978c..e77dd1f 100644 --- a/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue +++ b/txw-mhzc-web/src/pages/index/views/fwsc/xqsc.vue @@ -233,7 +233,7 @@ export default { { label: '碳服务市场', path: '/tfwsc' }, { label: '碳需求市场', path: '/txqsc' }, { label: '碳数据市场', path: '/tsjsc' }, - { label: '碳金融市场', path: '/tjrsc', disable: true }, + { label: '碳金融市场', path: '/tjrsc', url: 'https://www.unionecredit.com/greenfinance/#/home' }, ], // 筛选条件 filter: { @@ -422,7 +422,11 @@ export default { isActiveTab(path) { return this.$route.path === path; }, - goToTab({path, disable}) { + goToTab({path, disable, url}) { + if (url) { + window.open(url, '_blank', 'noopener,noreferrer'); + return; + } if (disable) { this.showComingSoon(); return; diff --git a/txw-mhzc-web/src/pages/index/views/home2/index.vue b/txw-mhzc-web/src/pages/index/views/home2/index.vue index 4acb7b0..43ca88b 100644 --- a/txw-mhzc-web/src/pages/index/views/home2/index.vue +++ b/txw-mhzc-web/src/pages/index/views/home2/index.vue @@ -498,7 +498,7 @@ export default { // 绿色服务 '服务市场': '/tfwsc', '需求市场': '/txqsc', - '金融市场': '', + '金融市场': 'https://www.unionecredit.com/greenfinance/#/home', '数据市场': '/tsjsc', }, kxtfwzx: '',