diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-04 17:54:23 +0800 |
---|---|---|
committer | xu ran <xuranyjy@chinamobile.com> | 2019-09-04 13:37:55 +0000 |
commit | 16ea8b7de7d7a51d05c1890144f1799c7e41f8c7 (patch) | |
tree | ba009d3ebfd748f4f7c9ee71a43fc46ff97223c1 /usecaseui-portal/src/app/core/models | |
parent | ec06b7c5fbaba86c367b7ea6e6c4262e4e50596b (diff) |
feat:optimize the mock api of the home page
Change-Id: Ie569f729e23e232446fd3b8db05c41189c088d24
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/core/models')
-rw-r--r-- | usecaseui-portal/src/app/core/models/dataInterface.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/core/models/dataInterface.ts b/usecaseui-portal/src/app/core/models/dataInterface.ts index e092bd03..012b23e6 100644 --- a/usecaseui-portal/src/app/core/models/dataInterface.ts +++ b/usecaseui-portal/src/app/core/models/dataInterface.ts @@ -1,6 +1,5 @@ enum baseUrl{ baseUrl = '/api/usecaseui-server/v1' //online - // baseUrl = 'http://172.19.44.223/api/usecaseui-server/v1' //local one // baseUrl = 'http://10.73.191.100:8082' //local two } interface homeData { |