<template> <div> <bxh :bxhType="'3D'" :design="+$route.params.id"></bxh> </div> </template> <script> export default { layout: "blank_layout", }; </script>