问题
I need to create on-demand URLs like these
mysite.com/link1
mysite.com/link2
mysite.com/link3
...
I prefer to use angular project but at last, I ended up in such these URLs :
mysite.com/#/Link1
mysite.com/#/Link2
...
How can I remove the # and please pay attention to the problem that these URLs should be sent by email so the user can click on them?
来源:https://stackoverflow.com/questions/59915847/how-to-make-angular-links-work-without-starting-from-root-url