注释掉 oscshop\mobile\controller\MobileBase.php 文件中
if(!request()->isMobile()){
$this->error('请使用移动端打开');
}
注释掉这段代码即可