Browse Source

高企申报-科技查新

guhongwei 3 years ago
parent
commit
9b8fd2f116
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/twoweb/service/index.vue

+ 3 - 1
src/views/twoweb/service/index.vue

@@ -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 {