Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MobileInternet Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobileInternetProject
MobileInternet Client
Commits
2b96287e
Commit
2b96287e
authored
2 months ago
by
yz
Browse files
Options
Downloads
Patches
Plain Diff
fix: webConnect
parent
f9a5eaf9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
entry/src/main/ets/public/WebAPI.ets
+1
-1
1 addition, 1 deletion
entry/src/main/ets/public/WebAPI.ets
with
1 addition
and
1 deletion
entry/src/main/ets/public/WebAPI.ets
+
1
−
1
View file @
2b96287e
...
@@ -17,7 +17,7 @@ export default class webAPI {
...
@@ -17,7 +17,7 @@ export default class webAPI {
static token = ''
static token = ''
static userId = -1
static userId = -1
static userName = ''
static userName = ''
static ipAddr = '
${webAPI.ipAddr}
' //previewer
static ipAddr = '
localhost
' //previewer
// static ipAddr = '10.0.2.2' //实机
// static ipAddr = '10.0.2.2' //实机
static async getCurrentUser(): Promise<string> {
static async getCurrentUser(): Promise<string> {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment