init
Showing
2 changed files
with
4 additions
and
2 deletions
| ... | @@ -25,6 +25,8 @@ | ... | @@ -25,6 +25,8 @@ |
| 25 | <meta name="description" content=""> | 25 | <meta name="description" content=""> |
| 26 | <title>标题</title> | 26 | <title>标题</title> |
| 27 | <script> | 27 | <script> |
| 28 | var apiBaseUrl = "http://151.28ms.com:8088/"; | 28 | // var apiBaseUrl = "http://151.28ms.com:8088/"; |
| 29 | var apiBaseUrl = "http://192.168.11.60:8082/"; | ||
| 30 | |||
| 29 | </script> | 31 | </script> |
| 30 | </head> | 32 | </head> | ... | ... |
| ... | @@ -68,7 +68,7 @@ | ... | @@ -68,7 +68,7 @@ |
| 68 | <div class="form-group col-sm-3 col-md-2"> | 68 | <div class="form-group col-sm-3 col-md-2"> |
| 69 | <label>姓名</label> | 69 | <label>姓名</label> |
| 70 | <input type="text" class="form-control input-text" name="userName" | 70 | <input type="text" class="form-control input-text" name="userName" |
| 71 | value="<?= $clientInfoOutputVO->userName ?>"> | 71 | value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->userName : '' ?>"> |
| 72 | </div> | 72 | </div> |
| 73 | <div class="form-group col-sm-3 col-md-2"> | 73 | <div class="form-group col-sm-3 col-md-2"> |
| 74 | <label>性别</label> | 74 | <label>性别</label> | ... | ... |
-
Please register or sign in to post a comment