From d4ff09fb7ce24fa5535c922942120205f8c6452e Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 11 Apr 2018 14:38:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=BC=96=E8=BE=91=E5=9B=9E=E8=B7=B3=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=20=20#95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/goods/controller/Product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/goods/controller/Product.php b/application/goods/controller/Product.php index bee714380..1c0042f75 100644 --- a/application/goods/controller/Product.php +++ b/application/goods/controller/Product.php @@ -105,7 +105,7 @@ class Product extends BasicAdmin } catch (\Exception $e) { $this->error('产品添加失败,请稍候再试!'); } - list($base, $spm, $url) = [url('@admin'), $this->request->get('spm'), url('store/goods/index')]; + list($base, $spm, $url) = [url('@admin'), $this->request->get('spm'), url('goods/product/index')]; $this->success('添加产品成功!', "{$base}#{$url}?spm={$spm}"); }