ShowView.vue 315 B

12345678910111213141516
  1. <config>
  2. {
  3. 'navigationBarTitleText': '机床园区微展示',
  4. }
  5. </config>
  6. <template>
  7. <web-view src="https://studio.realibox.com/public/f098d276e2e4995df14eac3854eb73789e15bae0"></web-view>
  8. </template>
  9. <script>
  10. export default {
  11. data() {
  12. return {};
  13. },
  14. onShow() {}
  15. };
  16. </script>