How to calculate how often a page is loaded at the code level?

I am using vue+aixos.

scene: the animation is always loading, when the page comes in. I will close the animation after the page loaded. Where do I need to close the animation?

clipboard.png

Mar.01,2021

after the aixos request ends


if you are waiting for the interface data axios request response, shut down.
if you are waiting for the view to render vm.$nextTick to close.

mounted: function () {
  this.$nextTick(function () {
    // Code that will run only after the
    // entire view has been rendered
  })
}

vue api

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dbc7-2c3b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dbc7-2c3b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?