luyanan преди 6 години
родител
ревизия
10832cef43
променени са 2 файла, в които са добавени 7 реда и са изтрити 3 реда
  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
				</div>
22
				</div>
23
			</div>
23
			</div>
24
			<div class="copy-wrapper">
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
			</div>
27
			</div>
28
		</div>
28
		</div>
29
  </div>
29
  </div>

+ 5 - 1
static/plat-info.js

20
      "adUrl": "javascript:void(0)",
20
      "adUrl": "javascript:void(0)",
21
      "imgUrl": "/static/xtkfq/ad/xtfh.jpg"
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
window.PLAT = PLAT;
30
window.PLAT = PLAT;