Commit a03517de by 李宏达

lhd

parent 413b5d01
......@@ -131,7 +131,17 @@ module.exports = {
"path": "",
"isctl": "no"
},
{
"code": "policyquery",
"bizCode": "policyquery",
"istop": true,
"label": "政策列表",
"icon": "",
"isMenu": true,
"bizConfig": null,
"path": "",
"isctl": "no"
},
{
"code": "bycquerytm",
"bizCode": "bycquerytm",
......@@ -767,7 +777,7 @@ module.exports = {
"bizs": {
"patentanalysis": { "title": "专利分析", "config": null, "path": "/patentanalysis", "comname": "patentanalysis" },
"patentdetail": { "title": "专利详情", "config": null, "path": "/patentdetail", "comname": "patentdetail" },
"policyquery": { "title": "政策列表", "config": null, "path": "/policyquery", "comname": "policyquery" },
"entdrawing": { "title": "企业画像", "config": null, "path": "/entdrawing", "comname": "entdrawing" },
"mobilepatent": { "title": "企业画像", "config": null, "path": "/mobilepatent", "comname": "mobilepatent" },
"mobiledeallist": { "title": "企业画像", "config": null, "path": "/mobiledeallist", "comname": "mobiledeallist" },
......
......@@ -118,6 +118,10 @@
}
},
searchResult () {
this.$root.pushx({
title: "政策列表",
name: "/policyquery"
});
if (this.state2 != '') {
var obj = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment