inleft
2022-02-21 4b854c29227ef08ea178a3bba527a40ca2f84674
src/components/mini/box1-info.vue
@@ -17,6 +17,7 @@
</template>
<script>
   import { getAppPage } from '../../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>