Commit d7064cb0 by haozhenhua

hzh

parent d1aa10ce
...@@ -771,11 +771,33 @@ module.exports = { ...@@ -771,11 +771,33 @@ module.exports = {
"bizCode": "patentdetail", "bizCode": "patentdetail",
"bizConfig": null, "bizConfig": null,
"path": "", "path": "",
}, },
{
"code": "declare",
"icon": "fa fa-home",
"isMenu": false,
"label": "申报通知",
"bizCode": "declare",
"bizConfig": null,
"path": "",
},
{
"code": "policybigdata",
"icon": "fa fa-home",
"isMenu": false,
"label": "政策大数据",
"bizCode": "policybigdata",
"bizConfig": null,
"path": "",
},
], ],
}, },
"bizs": { "bizs": {
"patentanalysis": { "title": "专利分析", "config": null, "path": "/patentanalysis", "comname": "patentanalysis" }, "patentanalysis": { "title": "专利分析", "config": null, "path": "/patentanalysis", "comname": "patentanalysis" },
"declare": { "title": "申报通知", "config": null, "path": "/declare", "comname": "declare" },
"policybigdata": { "title": "政策大数据", "config": null, "path": "/policybigdata", "comname": "policybigdata" },
"patentdetail": { "title": "专利详情", "config": null, "path": "/patentdetail", "comname": "patentdetail" }, "patentdetail": { "title": "专利详情", "config": null, "path": "/patentdetail", "comname": "patentdetail" },
"policyquery": { "title": "政策列表", "config": null, "path": "/policyquery", "comname": "policyquery" }, "policyquery": { "title": "政策列表", "config": null, "path": "/policyquery", "comname": "policyquery" },
"entdrawing": { "title": "企业画像", "config": null, "path": "/entdrawing", "comname": "entdrawing" }, "entdrawing": { "title": "企业画像", "config": null, "path": "/entdrawing", "comname": "entdrawing" },
......
...@@ -540,10 +540,10 @@ ...@@ -540,10 +540,10 @@
<div style="float: left;margin-left: 135px;" <div style="float: left;margin-left: 135px;"
v-if="companyinfo.company.siteTheme == 'policy'"> v-if="companyinfo.company.siteTheme == 'policy'">
<el-dropdown style="float: left;" @command="handleCommand"> <el-dropdown style="float: left;" @command="handleCommand">
<div class="header-main-tool"><span>政策大数据</span></div> <div class="header-main-tool" @click="onselect('policybigdata')"><span>政策大数据</span></div>
</el-dropdown> </el-dropdown>
<el-dropdown style="float: left;" @command="handleCommand"> <el-dropdown style="float: left;" @command="handleCommand">
<div class="header-main-tool"><span>政策资讯</span><i <div class="header-main-tool" @click="onselect('declare')"><span>政策资讯</span><i
class="el-icon-caret-bottom"></i></div> class="el-icon-caret-bottom"></i></div>
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="222222">222222</el-dropdown-item> <el-dropdown-item command="222222">222222</el-dropdown-item>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -1354,7 +1354,19 @@ function addCSS(csspath) { ...@@ -1354,7 +1354,19 @@ function addCSS(csspath) {
this.popupsType = false; this.popupsType = false;
var self = this; var self = this;
if (k == "declare") {
this.pushx({
title: "政策资讯",
name: "/declare"
});
}
if (k == "policybigdata") {
this.pushx({
title: "政策大数据",
name: "/policybigdata"
});
}
if (k == "register") { if (k == "register") {
this.pushx({ this.pushx({
title: "注册", title: "注册",
......
...@@ -464,7 +464,8 @@ ...@@ -464,7 +464,8 @@
} }
.policylist-pagination { .policylist-pagination {
text-align: right; text-align: center;
margin-top: 30px;
} }
.policylist-details { .policylist-details {
width: 100%; width: 100%;
......
...@@ -228,8 +228,8 @@ ...@@ -228,8 +228,8 @@
<div @click="before(rKey)" v-if="recommendationsObjBefore">上一篇:{{recommendationsObjBefore.name}}</div> <div @click="before(rKey)" v-if="recommendationsObjBefore">上一篇:{{recommendationsObjBefore.name}}</div>
<div @click="after(rKey)" v-if="recommendationsObjAfter">下一篇:{{recommendationsObjAfter.name}}</div> <div @click="after(rKey)" v-if="recommendationsObjAfter">下一篇:{{recommendationsObjAfter.name}}</div>
</div> --> </div> -->
<div class="policylist-qr"> <!-- <div class="policylist-qr">
<img src="/imgs/gsb.png" alt=""> 扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯 <img src="/imgs/gsb.png" alt=""> 扫一扫,关注iBOSS微信服务号,随时随地了解行业政策最新资讯
</div> </div> -->
</div> </div>
</div> </div>
\ No newline at end of file
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