| @@ -68,7 +68,7 @@ | |||||
| </div> | </div> | ||||
| <div class="footer"> | <div class="footer"> | ||||
| 技术支持:北京农燊高科信息技术有限公司 | |||||
| {{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}} | |||||
| </div> | </div> | ||||
| <!-- <router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'2'}}" class="nav_item n_13">党务公开</router-link>--> | <!-- <router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'2'}}" class="nav_item n_13">党务公开</router-link>--> | ||||
| <!-- <router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'3'}}" class="nav_item n_14">政务公开</router-link>--> | <!-- <router-link :to="{name:'sunVillageInfoListContract',query:{typeX:'3'}}" class="nav_item n_14">政务公开</router-link>--> | ||||
| @@ -100,6 +100,7 @@ | |||||
| import {bookListByDeptId} from "../../api/homestead"; | import {bookListByDeptId} from "../../api/homestead"; | ||||
| import Cookies from "js-cookie"; | import Cookies from "js-cookie"; | ||||
| import {logout} from "../../api/login"; | import {logout} from "../../api/login"; | ||||
| import { sysConfig } from "@/api/homesteadSurvey/index"; | |||||
| export default { | export default { | ||||
| name: "certificateList", | name: "certificateList", | ||||
| data() { | data() { | ||||
| @@ -138,6 +139,8 @@ | |||||
| zcsqList:[], | zcsqList:[], | ||||
| cwxxList:[], | cwxxList:[], | ||||
| menusList:[], | menusList:[], | ||||
| configValue:'' | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| @@ -177,6 +180,13 @@ | |||||
| } | } | ||||
| }); | }); | ||||
| this.$set(this.queryParams, "systemType", '4'); | this.$set(this.queryParams, "systemType", '4'); | ||||
| let params={ | |||||
| configKey: "system.company.name"} | |||||
| sysConfig(params).then((res) => { | |||||
| if (res.code == 200) { | |||||
| this.configValue = res.rows[0].configValue; | |||||
| } | |||||
| }); | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| getPath(url){ | getPath(url){ | ||||
| @@ -59,13 +59,14 @@ | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| <div class="footer"> | <div class="footer"> | ||||
| 技术支持:北京农燊高科信息技术有限公司 | |||||
| {{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}} | |||||
| </div> | </div> | ||||
| <img src="../../assets/images/sunVillage_info/index_btn_green.png" class="fixed_btn" @click="goCode"> | <img src="../../assets/images/sunVillage_info/index_btn_green.png" class="fixed_btn" @click="goCode"> | ||||
| </div> | </div> | ||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import {bookInfo, nologinMenus} from "@/api/sunVillage_info/fixedAssets"; | import {bookInfo, nologinMenus} from "@/api/sunVillage_info/fixedAssets"; | ||||
| import { sysConfig } from "@/api/homesteadSurvey/index"; | |||||
| import Cookies from "js-cookie"; | import Cookies from "js-cookie"; | ||||
| export default { | export default { | ||||
| name: "certificateList", | name: "certificateList", | ||||
| @@ -96,9 +97,12 @@ | |||||
| bookName:"", | bookName:"", | ||||
| bookId:"", | bookId:"", | ||||
| book:"", | book:"", | ||||
| configValue:'' | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| console.log(this.$store) | |||||
| if(this.$route.query.bookId){ | if(this.$route.query.bookId){ | ||||
| bookInfo(this.$route.query.bookId).then((res) => { | bookInfo(this.$route.query.bookId).then((res) => { | ||||
| @@ -132,6 +136,13 @@ | |||||
| this.xsgsList = res.data[0].menus; | this.xsgsList = res.data[0].menus; | ||||
| } | } | ||||
| }); | }); | ||||
| let params={ | |||||
| configKey: "system.company.name"} | |||||
| sysConfig(params).then((res) => { | |||||
| if (res.code == 200) { | |||||
| this.configValue = res.rows[0].configValue; | |||||
| } | |||||
| }); | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| goCode(){ | goCode(){ | ||||
| @@ -31,13 +31,14 @@ | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| <div class="footer"> | <div class="footer"> | ||||
| 技术支持:北京农燊高科信息技术有限公司 | |||||
| {{configValue == ""?'技术支持:北京农燊高科信息技术有限公司':configValue}} | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import {bookInfo, nologinMenus} from "@/api/sunVillage_info/fixedAssets"; | import {bookInfo, nologinMenus} from "@/api/sunVillage_info/fixedAssets"; | ||||
| import Cookies from "js-cookie"; | import Cookies from "js-cookie"; | ||||
| import {sysConfig} from "@/api/homesteadSurvey"; | |||||
| export default { | export default { | ||||
| name: "certificateList", | name: "certificateList", | ||||
| data() { | data() { | ||||
| @@ -70,6 +71,8 @@ | |||||
| book:"", | book:"", | ||||
| userName:"", | userName:"", | ||||
| menusList:[], | menusList:[], | ||||
| configValue:'' | |||||
| }; | }; | ||||
| }, | }, | ||||
| created() { | created() { | ||||
| @@ -96,6 +99,13 @@ | |||||
| this.menusList = res.data; | this.menusList = res.data; | ||||
| } | } | ||||
| }); | }); | ||||
| let params={ | |||||
| configKey: "system.company.name"} | |||||
| sysConfig(params).then((res) => { | |||||
| if (res.code == 200) { | |||||
| this.configValue = res.rows[0].configValue; | |||||
| } | |||||
| }); | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| goCode(){ | goCode(){ | ||||