From 107aed74ed5e59222d204c91fab70feffa5e260a Mon Sep 17 00:00:00 2001 From: "home.fengxinyhyl" Date: Mon, 1 Apr 2024 20:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/admin/system/merchant/Merchant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/admin/system/merchant/Merchant.php b/app/controller/admin/system/merchant/Merchant.php index 799c18f..920389e 100644 --- a/app/controller/admin/system/merchant/Merchant.php +++ b/app/controller/admin/system/merchant/Merchant.php @@ -255,7 +255,7 @@ class Merchant extends BaseController 'token' => $tokenInfo['token'], 'exp' => $tokenInfo['out'], 'admin' => $admin, - 'url' => '/' . config('admin.merchant_prefix') + 'url' => '/' . config('admin.merchant_prefix').'/product/list' ]; return app('json')->success($data);