jjzjj

AngularJS,混合语言和 SEO 的 URL

我有一个AngularJS1.0.7网络应用程序。在我的app.js中:$routeProvider.when('/:language/alquiler-barcos-:departure',{templateUrl:'partials/boat-rental.html',controller:'Controller1Ctrl'});$routeProvider.when('/:language/boat-rental-:departure',{templateUrl:'partials/boat-rental.html',controller:'Controller1Ctrl'});