mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修复商品编辑回跳地址 #95
This commit is contained in:
parent
b88cb0384d
commit
d4ff09fb7c
@ -105,7 +105,7 @@ class Product extends BasicAdmin
|
|||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->error('产品添加失败,请稍候再试!');
|
$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}");
|
$this->success('添加产品成功!', "{$base}#{$url}?spm={$spm}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user