inleft
2022-01-21 f9c38ed1b72fc96b96c1d3ffdcc1a66b03bd3b73
src/components/mini/box1-info.vue
@@ -17,6 +17,7 @@
</template>
<script>
   import { getAppPage } from '/src/api/appManage.js'
   export default {
      name: "box",
      data() {
@@ -26,6 +27,12 @@
            sentence: "十里寒塘路,烟花一半醒",
            location: "广州"
         }
      },
      created() {
         console.log(getAppPage().then((res) => {
            console.log(res);
            return res
         }));
      }
   }
</script>