Skip to content

Commit

Permalink
update:安装友好提示
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Jul 29, 2021
1 parent fd5b328 commit 9b515f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/common/install.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@
.done(function (ret) {
if (ret === 'success') {
$('#error').hide();
$("#success").text("安装成功!开始你的梦想之旅吧").show();
$("#success").text("安装成功!您的后台登录账号密码均为:admin,请及时登录修改").show();
$('<a class="btn" href="/">访问首页</a> <a class="btn" href=\"'+ adminurl +'\" style="background:#18bc9c">访问后台</a>').insertAfter($button);
$button.remove();
} else {
Expand Down

0 comments on commit 9b515f4

Please sign in to comment.