mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
💬 修改文档和启动日志描述,取消 /#/ 提示
This commit is contained in:
@@ -102,11 +102,11 @@ chmod +x zfile/bin/*.sh
|
||||
|
||||
访问地址:
|
||||
|
||||
用户前台: http://127.0.0.1:8080/#/main
|
||||
用户前台: http://127.0.0.1:8080/main
|
||||
|
||||
初始安装: http://127.0.0.1:8080/#/install
|
||||
初始安装: http://127.0.0.1:8080/install
|
||||
|
||||
管理后台: http://127.0.0.1:8080/#/admin
|
||||
管理后台: http://127.0.0.1:8080/admin
|
||||
|
||||
|
||||
## 预览
|
||||
|
||||
@@ -37,7 +37,7 @@ public class StartupListener implements ApplicationListener<ApplicationStartedEv
|
||||
for (String localIp : localIps) {
|
||||
String addr = String.format("http://%s:%s", localIp, serverPort);
|
||||
indexAddr.append(addr).append("\t");
|
||||
indexAdminAddr.append(addr).append("/#/admin").append("\t");
|
||||
indexAdminAddr.append(addr).append("/admin").append("\t");
|
||||
}
|
||||
log.info("ZFile started at " + indexAddr);
|
||||
log.info("ZFile Admin started at " + indexAdminAddr);
|
||||
|
||||
Reference in New Issue
Block a user