| 12345678910111213141516 |
- <config>
- {
- 'navigationBarTitleText': '机床园区微展示',
- }
- </config>
- <template>
- <web-view src="https://studio.realibox.com/public/f098d276e2e4995df14eac3854eb73789e15bae0"></web-view>
- </template>
- <script>
- export default {
- data() {
- return {};
- },
- onShow() {}
- };
- </script>
|