@@ -0,0 +1,20 @@
+<template>
+ <view>
+ 加载中...
+ </view>
+</template>
+
+<script>
+export default {
+ name: "routeTo",
+ components: {},
+ data() {
+ return {};
+ },
+ computed: {},
+ methods: {}
+};
+</script>
+<style lang="scss" scoped>
+</style>