Quellcode durchsuchen

修改平台copyright

luyanan vor 6 Jahren
Ursprung
Commit
10832cef43
2 geänderte Dateien mit 7 neuen und 3 gelöschten Zeilen
  1. 2 2
      src/components/main-views/TheFooter.vue
  2. 5 1
      static/plat-info.js

+ 2 - 2
src/components/main-views/TheFooter.vue

@ -22,8 +22,8 @@
22 22
				</div>
23 23
			</div>
24 24
			<div class="copy-wrapper">
25
				<span>Copyright © 2016-2018 北京科袖科技有限公司 | 京ICP备16042588号-1 | </span>
26
				<a class="beian" target="_black" rel="nofollow" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802022306"><em></em> 京公网安备11010802022306号</a>
25
				<span>Copyright © {{plat.foot_cl}} | {{plat.foot_cn}}</span>
26
				<a class="beian" v-if="plat.foot_bn || plat.foot_bl" target="_black" rel="nofollow" :href="plat.foot_bl"> | <em></em> {{plat.foot_bn}}</a>
27 27
			</div>
28 28
		</div>
29 29
  </div>

+ 5 - 1
static/plat-info.js

@ -20,7 +20,11 @@ PLAT.info = {
20 20
      "adUrl": "javascript:void(0)",
21 21
      "imgUrl": "/static/xtkfq/ad/xtfh.jpg"
22 22
    }
23
  ]
23
  ],
24
  "foot_cl": "2016-2018 邢台市科智创新服务中心",
25
  "foot_cn": "冀ICP备18020508号",
26
  "foot_bl": "",
27
  "foot_bn": ""
24 28
};
25 29
26 30
window.PLAT = PLAT;