diff options
| author | zhangchengwei <[email protected]> | 2023-12-07 17:06:06 +0800 |
|---|---|---|
| committer | zhangchengwei <[email protected]> | 2023-12-07 17:06:06 +0800 |
| commit | 8b22ff68663209cb9c8559a2fd6e09f72e9f2e28 (patch) | |
| tree | b444e41c108893fea25bc1620e2bdd026fc6109f /config | |
| parent | 419ae0f471e47ab5b5d305643e14d04a5efe6eea (diff) | |
1.添加service_functions UI用例逻辑
2.更改中文输出编码问题
Diffstat (limited to 'config')
| -rw-r--r-- | config/loginout.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/loginout.ini b/config/loginout.ini index a500c25b..802be4e5 100644 --- a/config/loginout.ini +++ b/config/loginout.ini @@ -1,5 +1,5 @@ [remote_url] -url = http://192.168.38.111:4444 +url = http://192.168.64.34:4444 #url = http://192.168.64.33:4444 [tsg_url] @@ -7,8 +7,8 @@ login_url = http://192.168.44.72 #login_url = http://192.168.44.3 [ui_account_1] -username = Auto_UI_Test_6 -passwd = Auto_UI_Test_6 +username = Auto_UI_Test_1 +passwd = Auto_UI_Test_1 #username = admin #passwd = admin ;username = zcw |
