I have a route
{
path: '/file/:fileId'
}
when I visit
http://.../file/abc
It's worked, I can get fileId is abc
But, when I visit
http://.../file/abc.jpg
The chrome return 404, The vue router not work.(maybe vue is not work too...)
How can I get the abc.jpg for fileId.