소스 검색

新增页面

shish 6 년 전
부모
커밋
0d5b2a7296
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      store/src/admin/home/routeTo.vue

+ 20 - 0
store/src/admin/home/routeTo.vue

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