Skip to content
Snippets Groups Projects
Commit 2b96287e authored by yz's avatar yz
Browse files

fix: webConnect

parent f9a5eaf9
No related branches found
No related tags found
No related merge requests found
...@@ -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> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment