21 lines
367 B
Markdown
Executable File
21 lines
367 B
Markdown
Executable File
# Dcat-Admin
|
|
|
|
Fork From [jqhph/dcat-admin](https://github.com/jqhph/dcat-admin)
|
|
|
|
## 改动
|
|
|
|
### Show
|
|
|
|
### 详细页-列表按钮点击跳转方式
|
|
|
|
- `packages/dcat-admin/src/Show/Tools.php` 254行
|
|
|
|
```html
|
|
<a href="{$this->getListPath()}" class="btn btn-sm btn-primary ">
|
|
```
|
|
|
|
```html
|
|
<a href="javascript:window.history.back()" class="btn btn-sm btn-primary ">
|
|
```
|
|
|