|
@@ -32,6 +32,7 @@ import 'js/public.js';
|
|
|
case 1:window.open(globalConfig.context + `/portal/technologyTrading/demandList.html?name=${key}`);break;
|
|
|
case 2:window.open(globalConfig.context + `/portal/service/patentList?name=${key}`);break;
|
|
|
case 3:window.open(globalConfig.context + `/portal/thinkTank/policyList?name=${key}`);break;
|
|
|
+ case 4:window.open(globalConfig.context + `/portal/service/serviceList?name=${key}`);break;
|
|
|
default :break;
|
|
|
}
|
|
|
})
|