diff --git a/plugins/lam/index.py b/plugins/lam/index.py index f4002ab9d..ac639d2f1 100755 --- a/plugins/lam/index.py +++ b/plugins/lam/index.py @@ -83,7 +83,7 @@ def getHomePage(): cfg = getCfg() auth = cfg['username']+':'+cfg['password'] rand_path = cfg['path'] - url = 'http://' + auth + '@' + ip + ':' + port + '/' + rand_path + '/index.php' + url = 'http://' + auth + '@' + ip + ':' + port + '/' + rand_path + '/templates/login.php' return mw.returnJson(True, 'OK', url) except Exception as e: return mw.returnJson(False, '插件未启动!')