|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div id="natural">
|
|
|
- <naturalDetail></naturalDetail>
|
|
|
+ <naturalDetail :foot="foot"></naturalDetail>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -12,7 +12,18 @@ export default {
|
|
|
components: {
|
|
|
naturalDetail,
|
|
|
},
|
|
|
- data: () => ({}),
|
|
|
+ data: () => ({
|
|
|
+ foot: {
|
|
|
+ logoTitle: '阿拉泰地区科技创新创业服务平台',
|
|
|
+ banquan: '版权所有:吉林省计算中心',
|
|
|
+ jishu: '技术支持:长春市福瑞科技有限公司',
|
|
|
+ youbian: '邮编:130000',
|
|
|
+ chuanzhen: '传真:239823982',
|
|
|
+ address: '地址:吉林省长春市朝阳区前进大街1244号',
|
|
|
+ tele: '电话:0431-1234567',
|
|
|
+ email: '邮箱:123456@163.com',
|
|
|
+ },
|
|
|
+ }),
|
|
|
created() {},
|
|
|
computed: {},
|
|
|
methods: {},
|