|
@@ -7,14 +7,14 @@
|
|
<div class="p-wrap-full">
|
|
<div class="p-wrap-full">
|
|
<div class="footer ng-scope" style="z-index: 10">
|
|
<div class="footer ng-scope" style="z-index: 10">
|
|
<div class="footer-bd">
|
|
<div class="footer-bd">
|
|
- <p>技术支持:三明市建设人才服务中心【0598-5157296】</p>
|
|
|
|
|
|
+ <p>技术支持:{{config.title}}【{{config.contact}}】</p>
|
|
<p>
|
|
<p>
|
|
<span> ©2021 </span>
|
|
<span> ©2021 </span>
|
|
<!-- <a href="http://beian.miit.gov.cn/" target="_blank">闽ICP备19021760号-1</a> -->
|
|
<!-- <a href="http://beian.miit.gov.cn/" target="_blank">闽ICP备19021760号-1</a> -->
|
|
<img class="beian" src="./assets/images/beian_hashc9b229c96d.png" alt="">
|
|
<img class="beian" src="./assets/images/beian_hashc9b229c96d.png" alt="">
|
|
<!-- <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35010202001216" target="_blank"> -->
|
|
<!-- <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=35010202001216" target="_blank"> -->
|
|
<a href="http://beian.miit.gov.cn/" target="_blank">
|
|
<a href="http://beian.miit.gov.cn/" target="_blank">
|
|
- 网站备案:闽ICP备19021760号-2
|
|
|
|
|
|
+ 网站备案:{{config.beiang}}
|
|
</a>
|
|
</a>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
@@ -27,6 +27,11 @@
|
|
import { mapActions } from "vuex";
|
|
import { mapActions } from "vuex";
|
|
export default {
|
|
export default {
|
|
name: 'App',
|
|
name: 'App',
|
|
|
|
+ data() {
|
|
|
|
+ return {
|
|
|
|
+ config: window.baseConfig,
|
|
|
|
+ }
|
|
|
|
+ },
|
|
methods:{
|
|
methods:{
|
|
...mapActions("user", ["loadTypeList"]),
|
|
...mapActions("user", ["loadTypeList"]),
|
|
},
|
|
},
|