Why do vue routes always have this-sharp/

Why not http://localhost:8080/test? Why is there an extra -sharp/ ?

Apr.06,2021

it is recommended to take a look at the vue route document to make it clear


remove-sharp needs to be modified with the cooperation of the back end, and it is useless to remove it yourself


you can take a look at the vue router document, and you can change the mode in router. The url in hash mode mode has-sharp, added to the history mode and the sharp can be removed.
the code is as follows:
const router = new VueRouter ({
mode: 'history',
routes: routes,
.
})


mode:' history'

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-1b36a19-4106d.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-1b36a19-4106d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?