guhongwei пре 3 година
родитељ
комит
9b8fd2f116
1 измењених фајлова са 3 додато и 1 уклоњено
  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 {