用户动态如果没有绑定则跳到绑定页面.

This commit is contained in:
guange 2016-05-31 19:59:34 +08:00
parent e01da32c75
commit 4815dc3c7b
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ app.directive('loadingSpinner', function ($http) {
app.config(['$routeProvider',"$httpProvider",function ($routeProvider, $httpProvider) {
$routeProvider
.when('/activities', {
templateUrl: 'activities.html',
templateUrl: '/public/assets/wechat/activities.html',
controller: 'ActivityController'
})
.when('/issues/:id', {