|
@@ -98,7 +98,7 @@ export default {
|
|
|
{ icon: 'iconwenjuan', name: '问卷调查', type: '2' },
|
|
|
{ icon: 'iconchengguo', name: '成果评价', type: '3' },
|
|
|
{ icon: 'iconinformation-delivery', name: '信息发布', type: '4' },
|
|
|
- { icon: 'iconshenbao', name: '高企申报', type: '5' },
|
|
|
+ { icon: 'iconshenbao', name: '科技查新', type: '5' },
|
|
|
{ icon: 'iconyuyuefuwu', name: '预约服务', type: '6' },
|
|
|
],
|
|
|
dialogInfo: {},
|
|
@@ -162,6 +162,8 @@ export default {
|
|
|
this.$router.push({ path: '/twoweb/service/question' });
|
|
|
} else if (data.type == '4') {
|
|
|
this.$router.push({ path: '/twoweb/service/product' });
|
|
|
+ } else if (data.type == '5') {
|
|
|
+ window.open('http://www.kqyjy.com/public/login1/index2.html');
|
|
|
} else if (data.type == '6') {
|
|
|
this.$router.push({ path: '/twoweb/service/order' });
|
|
|
} else {
|