mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-15 12:46:34 +08:00
看板提醒商业版过期日期
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{$layout}
|
||||
{$template "menu"}
|
||||
|
||||
<warning-message v-if="key == null">认证之后,可以使用企业版功能,当前你还没有认证,<a href="http://edge.teaos.cn/docs/Plus/Authority/Index.md" target="_blank">[在这里看认证方法]</a>。</warning-message>
|
||||
<warning-message v-if="key == null">认证之后,可以使用商业版功能,当前你还没有认证,<a href="http://edge.teaos.cn/docs/Plus/Authority/Index.md" target="_blank">[在这里看认证方法]</a>。</warning-message>
|
||||
|
||||
<div v-if="key != null">
|
||||
<div class="margin"></div>
|
||||
@@ -9,7 +9,7 @@
|
||||
<div class="ui message green icon">
|
||||
<i class="icon gem outline small yellow"></i>
|
||||
<div class="content">
|
||||
恭喜您已经成为尊贵的企业版用户。
|
||||
恭喜您已经成为尊贵的商业版用户。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user