http://localhost/shop#/item/1000想改成 http://localhost/shop#item-1000用的是$stateProvider
$stateProvider
.state('item', { url: '/item/:id', templateUrl: "/ionic/templates/item.html", controller:'ItemShowController' })
上面这个也改过了,改成url: 'item-:id',也没用
url: 'item-:id',
认证0级讲师
まず一般的には、#之前的路由是后端提供的,#之后的路由是由Angular控制的;#表明整个应用使用的是Angularデフォルトのハッシュルーティングです。希望するものに変更したい場合は、これを試してみてください:
#
Angular
これで大丈夫です
まず一般的には、
リーリー#
之前的路由是后端提供的,#
之后的路由是由Angular
控制的;#
表明整个应用使用的是Angular
デフォルトのハッシュルーティングです。希望するものに変更したい場合は、これを試してみてください:これで大丈夫です