上一页 1 ··· 3 4 5 6 7
摘要: <template> <div class="dashboard-container"> <!-- 根据角色,切换组件 --> <component :is="currentRole" /> </div> </template> <script> import { mapGetters } from 阅读全文
posted @ 2020-04-15 20:27 star-meteor 阅读(389) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7