木邻有你前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
381 B

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. <script>
  2. export default {
  3. async onLaunch() {
  4. // 请求初始化一切配置
  5. await this.$store.dispatch('initData')
  6. console.log('配置数据初始化完成')
  7. },
  8. onShow: function() {
  9. console.log('App Show')
  10. },
  11. onHide: function() {
  12. console.log('App Hide')
  13. }
  14. }
  15. </script>
  16. <style lang="scss">
  17. // @import '@/uni_modules/uv-ui-tools/index.scss';
  18. </style>