src/components/mini/box1-info.vue
@@ -11,12 +11,16 @@ <span> <a-icon type="environment" />{{location}} </span> </div> </div> </template> <script> import { getAppPage } from '../../api/appManage.js' export default { name: "box", data() { @@ -26,6 +30,12 @@ sentence: "十里寒塘路,烟花一半醒", location: "广州" } }, created() { // console.log(getAppPage().then((res) => { // console.log(res); // return res // })); } } </script>