|
@@ -5598,7 +5598,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
// 顶部滚动消息
|
|
// 顶部滚动消息
|
|
|
$http({
|
|
$http({
|
|
|
method: 'get',
|
|
method: 'get',
|
|
|
- url: url + '/inquiry/public/messageList',
|
|
|
|
|
|
|
+ url: $scope.url + '/inquiry/public/messageList',
|
|
|
params: {enuu: $scope.currentEn.uu, size: 10},
|
|
params: {enuu: $scope.currentEn.uu, size: 10},
|
|
|
dataType: 'json'
|
|
dataType: 'json'
|
|
|
}).success(function(data) {
|
|
}).success(function(data) {
|