我一直在为我的应用程序使用 ui-router $stateProvider 状态管理器,但我没有使用 $routeProvider 定义任何路由。
现在,我希望以这种方式重写我的网址:
http://mydomain/app/feature
至
http://mydomain/feature
/app 文件夹是包含我的 angularjs 应用程序以及 index.html 页面的文件夹。
我该怎么做?
我一直在为我的应用程序使用 ui-router $stateProvider 状态管理器,但我没有使用 $routeProvider 定义任何路由。
现在,我希望以这种方式重写我的网址:
http://mydomain/app/feature
至
http://mydomain/feature
/app 文件夹是包含我的 angularjs 应用程序以及 index.html 页面的文件夹。
我该怎么做?