|
@@ -12,9 +12,8 @@
|
|
|
</tips-custom>
|
|
</tips-custom>
|
|
|
<!-- content-->
|
|
<!-- content-->
|
|
|
<div>
|
|
<div>
|
|
|
- <el-card>
|
|
|
|
|
- <div style="height: 4200px"></div>
|
|
|
|
|
- </el-card>
|
|
|
|
|
|
|
+ <info1 />
|
|
|
|
|
+ <info2 />
|
|
|
</div>
|
|
</div>
|
|
|
<!-- buttom-->
|
|
<!-- buttom-->
|
|
|
<div class="bottom flex flex-center flex-justify-end">
|
|
<div class="bottom flex flex-center flex-justify-end">
|
|
@@ -39,9 +38,11 @@ meta: { layout: 'empty','show': false}
|
|
|
import tipsCustom from '@/components/tips-custom/index.vue'
|
|
import tipsCustom from '@/components/tips-custom/index.vue'
|
|
|
import top from '@/views/project/componens/top.vue'
|
|
import top from '@/views/project/componens/top.vue'
|
|
|
import confing from '@/config/website.js'
|
|
import confing from '@/config/website.js'
|
|
|
|
|
+import Info1 from '@/views/project/componens/info1.vue'
|
|
|
|
|
+import Info2 from '@/views/project/componens/info2.vue'
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
- components: { tipsCustom, top },
|
|
|
|
|
|
|
+ components: { Info2, Info1, tipsCustom, top },
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
projectId: '',
|
|
projectId: '',
|