Why is the vue route blocked by * (asterisk)?

the route for my vue project is as follows:

{
  path: "/insuranceOutTransferPage",
  component: () => import("../views/insuranceOutTransferPage.vue")
},
{
  path: "/orgApplyTransferPage",
  component: () => import("../views/orgApplyTransferPage.vue")
},
{
   path: "*",
   component: () => import("../views/404.vue")
}

when I visit the online address http://xmsb.ncdhm.com:9040/test/ddjgsq/-sharp/orgApplyTransferPage, I occasionally (and sometimes normally) jump to the 404 page.

I don"t know why?

Apr.16,2022
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-1b35ed4-2bfcc.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-1b35ed4-2bfcc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?