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
chenjun3_wd
2024-04-03 19:10:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7977d3e12f9e69b9cf1379ba8809f6c67c29d3a5
7977d3e1
1 parent
30918f07
切换至现网环境
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/HttpUrlUtils.ets
sight_harmony/commons/wdNetwork/src/main/ets/http/HttpUrlUtils.ets
View file @
7977d3e
...
...
@@ -171,7 +171,7 @@ export class HttpUrlUtils {
* */
static readonly MORNING_EVENING_PAGE_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/pageInfo";
static readonly MORNING_EVENING_COMP_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/compInfo";
private static _hostUrl: string = HttpUrlUtils.HOST_
UA
T;
private static _hostUrl: string = HttpUrlUtils.HOST_
PRODUC
T;
public static set hostUrl(value: string) {
HttpUrlUtils._hostUrl = value;
...
...
Please
register
or
login
to post a comment