Commit f0f0904b authored by 远方不远's avatar 远方不远
parents 33dfa7d3 856b5346
......@@ -104,7 +104,7 @@ export const constantRoutes = [
path: 'party-b',
component: () => import('@/views/detail/party-b/index'),
name: 'PartyB',
meta: { title: '已方详情', icon: 'users' }
meta: { title: '已方详情', icon: 'user' }
}
]
},
......
......@@ -25,7 +25,7 @@ export default {
this.companyId = this.encodeStr(window.atob(this.$route.query.companyId))
this.src = `https://pre-plug.jiansheku.com/enterprise/${this.companyId}?token=${this.token}`
}
// 示例传参:?companyId=window.btoa('12306')
// 示例传参:?companyId=window.btoa('6034')
},
mounted() {
this.getInframeHight() // 实时控制iframe高度
......@@ -111,5 +111,7 @@ export default {
</script>
<style lang="scss" scoped>
.app-container{
padding: 0;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment