Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
陈剑华
2024-06-06 17:21:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0424611619003ca64dc6ad825f956f44a364c9cf
04246116
1 parent
75d2030b
fix: HOST_PRODUCT
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpHostManager.ets
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpHostManager.ets
View file @
0424611
...
...
@@ -21,7 +21,7 @@ export enum HostEnum {
* 环境host管理工具类
*/
export class HostManager {
private static _hostUrl: HostEnum = HostEnum.HOST_
UA
T;
private static _hostUrl: HostEnum = HostEnum.HOST_
PRODUC
T;
static changeHost(host: HostEnum) {
HostManager._hostUrl = host;
...
...
Please
register
or
login
to post a comment