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
yangchenggong1_wd
2024-05-31 15:04:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aae32f296684d76d492bcbc82da8c7184cfc035c
aae32f29
1 parent
ba47549a
desc:默认正式环境
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 @
aae32f2
...
...
@@ -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