|
@@ -90,7 +90,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
<span class="ms-badge">分发</span>
|
|
|
</li>
|
|
|
|
|
|
- <!-- <?php if ($this->userlogined) { ?>
|
|
|
+ <?php if ($this->userlogined) { ?>
|
|
|
|
|
|
<?php }
|
|
|
|
|
@@ -102,7 +102,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|
|
|
|
|
<li class="<?php if ($this->module == 'sign') echo 'active' ?>">
|
|
|
<a href="<?php echo IN_PATH . 'index/apps/sign' ?>">企业签名</a>
|
|
|
- </li> -->
|
|
|
+ </li>
|
|
|
|
|
|
|
|
|
<li class="<?php if ($this->module == 'webview' or $this->module == 'webview2' or $this->module == 'pack') echo 'active' ?>">
|