Commit 0c15c4a2 authored by liuqiao's avatar liuqiao

Merge branch 'feature-lq-04' into release_preview

parents 040c074a 3ba37aa1
......@@ -66,6 +66,7 @@ class Login extends MY_Controller {
$data_arr['username'] = $username;
$data_arr['password'] = $password;
$data_arr['google_analytics'] = get_ga_js_code('/登陆页/');
$data_arr['default_login_qr_code'] = STATIC_SOURCE_URL.'/zsb/images/v1.0/default_login_qrcode.jpg';
//加载模板
$this->load->view('login', $data_arr);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment