When using ng-route, you can use <base href="/"> to remove "#", $locationProvider.html5Mode(true); then corresponding to ui-route, you need to remove "#", the How to do it?
Why not write the status directly without using href 而用 ui-sref instead of the path?
href
ui-sref
Why not write the status directly without using
href
而用ui-sref
instead of the path?