|
|
@@ -473,7 +473,7 @@ class AuthController extends PublicController
|
|
|
}
|
|
|
$pfShopId = $currentShop->pfShopId ?? 0;
|
|
|
if (!empty($pfShopId)) {
|
|
|
- util::fail('批发店请不要在零售端登录');
|
|
|
+ //util::fail('批发店请不要在零售端登录');
|
|
|
}
|
|
|
$sjId = $currentShop->sjId ?? 0;
|
|
|
$mainId = $currentShop->mainId ?? 0;
|