提交 06f7c357 authored 作者: chengye's avatar chengye

修改jz默认登录地址

上级 2f51cf87
...@@ -4,6 +4,7 @@ namespace app\admin\controller; ...@@ -4,6 +4,7 @@ namespace app\admin\controller;
use app\admin\model\AdminModel; use app\admin\model\AdminModel;
use app\admin\model\StaffModel; use app\admin\model\StaffModel;
use think\Config;
use think\Controller; use think\Controller;
use think\facade\Cache; use think\facade\Cache;
use think\facade\Session; use think\facade\Session;
...@@ -20,7 +21,8 @@ class Login extends Controller ...@@ -20,7 +21,8 @@ class Login extends Controller
{ {
public function index() public function index()
{ {
echo '<script type="text/javascript">top.location.href="http://oa.gonn.com.cn/";</script>'; $baseUrl = Config::get('admin.base_url');
echo '<script type="text/javascript">top.location.href="'.$baseUrl.'";</script>';
} }
public function login(Request $request,LoginValidate $validate) public function login(Request $request,LoginValidate $validate)
......
...@@ -13,5 +13,6 @@ return [ ...@@ -13,5 +13,6 @@ return [
'search_area' => '1', //1按部门搜索,2全局 'search_area' => '1', //1按部门搜索,2全局
'order_per' =>'ZD', 'order_per' =>'ZD',
'redis_host' => '192.168.1.71', 'redis_host' => '192.168.1.71',
'redis_port' => 6379 'redis_port' => 6379,
'base_url' => 'http://oa-test.gonn.tech/',
]; ];
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论