diff --git a/public/js/components/DashboardWidget/News.js b/public/js/components/DashboardWidget/News.js index 351dcb146..260f65353 100755 --- a/public/js/components/DashboardWidget/News.js +++ b/public/js/components/DashboardWidget/News.js @@ -42,6 +42,9 @@ export default { contentURI: function(content_id){ return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + '/CisVue/Cms/content/' + content_id; + }, + allNewsURI: function(){ + return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + '/CisVue/Cms/news'; }, setSingleNews(singleNews){ this.singleNews = singleNews; @@ -53,7 +56,7 @@ export default {