vr-shopxo-source/app/install/view/index/successful.html

20 lines
919 B
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{{:ModuleInclude('public/header')}}
<!-- header nav -->
{{:ModuleInclude('public/header_nav')}}
<!-- conntent start -->
<div class="am-g inside success">
<i class="am-icon-btn am-success am-icon-sm am-icon-check"></i>
<h2>恭喜您安装成功</h2>
<div class="box">
<a href="{{$Think.__MY_URL__}}admin.php" target="_blank">点击访问后台管理 >></a><br />
<p class="tips-sweet am-radius">默认后台地址入口文件为 admin.php 可在站点根目录和public目录下更改相应的文件名称避免后台管理入口被非法入侵。</p>
<br /><br />
<a href="{{$Think.__MY_URL__}}" target="_blank">点击访问首页 >></a>
<p class="tips-sweet am-radius">请尽快修改管理员密码,以防被非法入侵。<br />并删除 ./app 目录下的 install 目录。</p>
</div>
</div>
<!-- conntent end -->
{{:ModuleInclude('public/footer')}}