Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/2aa8b93934d254a1df73d753c41fb4a9076255c1
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -35,7 +35,7 @@
< h1 > < img alt = "[ 若依 ]" src = "../static/ruoyi.png" th:src = "@{/ruoyi.png}" > < / h1 >
< / div >
< div class = "m-b" > < / div >
< h4 > 欢迎使用 < strong > 若依 后台管理系统< / strong > < / h4 >
< h4 > 欢迎使用 < strong > 后台管理系统< / strong > < / h4 >
< ul class = "m-b" >
< li > < i class = "fa fa-arrow-circle-o-right m-r-xs" > < / i > SpringBoot< / li >
< li > < i class = "fa fa-arrow-circle-o-right m-r-xs" > < / i > Mybatis< / li >
@ -49,7 +49,7 @@
< div class = "col-sm-5" >
< form id = "registerForm" autocomplete = "off" >
< h4 class = "no-margins" > 注册:< / h4 >
< p class = "m-t-md" > 你若不离不弃,我必生死相依 < / p >
< p class = "m-t-md" > < / p >
< input type = "text" name = "username" class = "form-control uname" placeholder = "用户名" maxlength = "20" / >
< input type = "password" name = "password" class = "form-control pword" placeholder = "密码" maxlength = "20" / >
< input type = "password" name = "confirmPassword" class = "form-control pword" placeholder = "确认密码" maxlength = "20" / >