xieruidong 2 years ago
parent
commit
ac8a1290b8
2 changed files with 1 additions and 4 deletions
  1. 1 1
      application/admin/controller/Index.php
  2. 0 3
      application/admin/view/index/index.html

+ 1 - 1
application/admin/controller/Index.php

@@ -52,7 +52,7 @@ class Index extends Backend
         $this->view->assign('fixedmenu', $fixedmenu);
         $this->view->assign('referermenu', $referermenu);
         $this->view->assign('title', __('Home'));
-        $this->view->assign('kf_url', Qiyu::instance()->login($this->admin()));
+        //$this->view->assign('kf_url', Qiyu::instance()->login($this->admin()));
         return $this->view->fetch();
     }
 

+ 0 - 3
application/admin/view/index/index.html

@@ -52,8 +52,5 @@
 
         <!-- 加载JS脚本 -->
         {include file="common/script" /}
-        {notempty name="kf_url"}
-        <script src="{$kf_url}"></script>
-        {/notempty}
     </body>
 </html>