Commit a6f8d10a authored by ari_darmawan's avatar ari_darmawan

change date 6 bulan kebelakang

parent aecb87d4
...@@ -127,7 +127,7 @@ export class AdminDashboardComponent implements OnInit { ...@@ -127,7 +127,7 @@ export class AdminDashboardComponent implements OnInit {
//this.GettingMetabaseDataAPI() //this.GettingMetabaseDataAPI()
var StartD= new Date(new Date().getFullYear(), new Date().getMonth(), new Date().getDate()); var StartD= new Date(new Date().getFullYear(), new Date().getMonth(), new Date().getDate());
StartD.setMonth(StartD.getMonth() -3) StartD.setMonth(StartD.getMonth() -6)
var EndD = new Date(new Date().getFullYear(), new Date().getMonth(), new Date().getDate()); var EndD = new Date(new Date().getFullYear(), new Date().getMonth(), new Date().getDate());
......
{ {
"APIBASEURL" : "http://localhost:9825/", "APIBASEURL" : "http://innodev.vnetcloud.com/nobucall-api-v2/",
"MICROSERVICEURL" : "http://crm.nobubank.com/nobucall-api-log/api/v1/", "MICROSERVICEURL" : "hhttp://innodev.vnetcloud.com/nobu-history-login/api/v1/",
"SITE_NAME" : "Visionet Helpdesk System", "SITE_NAME" : "Visionet Helpdesk System",
"SITE_LOGO" : "https://i0.wp.com/jogorogo.info/wp-content/uploads/2017/07/logo_visionet.png?fit=879%2C227", "SITE_LOGO" : "https://i0.wp.com/jogorogo.info/wp-content/uploads/2017/07/logo_visionet.png?fit=879%2C227",
"COMPANY_NAME" : "PT. Visionet Data Internasional", "COMPANY_NAME" : "PT. Visionet Data Internasional",
......
...@@ -9,8 +9,8 @@ import { Http, ResponseContentType, RequestOptions } from '@angular/http'; ...@@ -9,8 +9,8 @@ import { Http, ResponseContentType, RequestOptions } from '@angular/http';
import { environment } from '../../environments/environment.prod'; import { environment } from '../../environments/environment.prod';
//const API_URL = environment.apiUrl; //const API_URL = environment.apiUrl;
var API_URL = "http://crm.nobubank.com/nobucall-api-v2/"; var API_URL = "http://innodev.vnetcloud.com/nobucall-api-v2/";
var API_MICROSERVICE = "http://crm.nobubank.com/nobucall-api-log/api/v1/"; var API_MICROSERVICE = "http://innodev.vnetcloud.com/nobu-history-login/api/v1/";
var ckConfig = environment.ckeConfig; var ckConfig = environment.ckeConfig;
var SITE_NAME = environment.SITE_NAME; var SITE_NAME = environment.SITE_NAME;
var SITE_LOGO = environment.SITE_LOGO; var SITE_LOGO = environment.SITE_LOGO;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment