researchReport.vue 445 Bytes
<template>
	<view>
      <web-view src="https://alidocs.dingtalk.com/i/spaces/Y7kmbob8An8D6GLq/overview?utm_medium=im_card&utm_source=im"></web-view>
      <TabBar :currentPagePath="this.$route.meta.pagePath"></TabBar>
	</view>
</template>

<script>
	export default {
		components: {},
		props: {

		},
		data() {
			return {

			}
		},
		computed: {

		},
		onLoad() {

		},
		methods: {

		}
	}
</script>

<style lang="scss" scoped>

</style>