This commit is contained in:
guange 2016-06-07 16:43:37 +08:00
parent 33780759a9
commit eee8a8adb6
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ app.directive('loadingSpinner', function ($http) {
};
});
app.config(['$routeProvider',"$httpProvider",function ($routeProvider, $httpProvider, $locationProvider) {
app.config(['$routeProvider',"$httpProvider", "$locationProvider",function ($routeProvider, $httpProvider, $locationProvider) {
var rootPath = '/assets/wechat/'
$locationProvider.html5Mode(true);
$routeProvider