如圖: 手機APP上登錄出現:非法字符,請問各位大神,怎么解決? 查看全文
我剛才用手機測了下,跟你一樣的非法字符,是因為 http 和 https 混用了,做下強制跳轉 https 就好了。 |
可能是這里引起的: ource/class/discuz/discuz_application.phpif(strpos($this->var['setting']['domain']['defaultindex'], CURSCRIPT) !== false && CURSCRIPT != 'forum' && !$_GET['mod']) {if($this->var['setting']['domain']['app']['mobile']) {$mobileurl = 'http://'.$this->var['setting']['domain']['app']['mobile'];} else {if($this->var['setting']['domain']['app']['forum']) {$mobileurl = 'http://'.$this->var['setting']['domain']['app']['forum'].'?mobile=yes';} else {$mobileurl = $this->var['siteurl'].'forum.php?mobile=yes';}}dheader("location:$mobileurl");} |
目測不是Discuz官方的應用,建議聯系應用開發商 |
手機版|小黑屋|Discuz! 官方交流社區
( 皖ICP備16010102號 |皖公網安備34010302002376號 )|網站地圖|
GMT+8, 2025-9-18 21:40 , Processed in 0.078762 second(s), 32 queries .
Powered by Discuz! W1.0 Licensed
Copyright © 2001-2025 Discuz! Team.