summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/managemencs.service.ts
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-08 16:44:52 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-08 16:45:03 +0800
commitab666b4dce8aef2a370cba529c2db8b8cebc9ff5 (patch)
tree8908892469cc8bc0469fa35fef275453e66e2a5b /usecaseui-portal/src/app/managemencs.service.ts
parent9173c17032ab2bb7c2a5f82d67c3d1ef94849471 (diff)
User and service type management interface front
Change-Id: I75fa65bb1b929e7b78588dafc86ea024e9d7fb23 Issue-ID: USECASEUI-212 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/managemencs.service.ts')
-rw-r--r--usecaseui-portal/src/app/managemencs.service.ts14
1 files changed, 1 insertions, 13 deletions
diff --git a/usecaseui-portal/src/app/managemencs.service.ts b/usecaseui-portal/src/app/managemencs.service.ts
index 62113133..03ddb2e2 100644
--- a/usecaseui-portal/src/app/managemencs.service.ts
+++ b/usecaseui-portal/src/app/managemencs.service.ts
@@ -10,19 +10,7 @@ export class ManagemencsService {
constructor(private http: HttpClient) { }
baseUrl = baseUrl.baseUrl;
- /* location */
- // url = {
- // customers: this.baseUrl + "/customers/customers_list.json",
- // serviceType: this.baseUrl + "/serviceTypes.json?*_*",
- // CustomersPir: this.baseUrl + "/customers/customersber.json",
- // CustomersColumn: this.baseUrl + "/customers/customersber.json?*_*",
- // createCustomer: this.baseUrl + "/customers/createCustomer.json?",
- // createServiceType: this.baseUrl + "/customers/createServiceType.json",
- // getCustomerResourceVersion: this.baseUrl + "/customers/deleteCustomer.json?*_*",
- // deleteCustomer: this.baseUrl + "/customers/createServiceType.json",
- // getServiceTypeResourceVersion: this.baseUrl + "/customers/deleteCustomer.json?*_*",
- // deleteServiceType: this.baseUrl + "/customers/createServiceType.json",
- // };
+
/* line up */