-
Updated
Apr 20, 2021 - Vue
admin
Here are 2,158 public repositories matching this topic...
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Mar 13, 2021 - TypeScript
-
Updated
Apr 16, 2021 - Java
-
Updated
Oct 25, 2020 - JavaScript
-
Updated
Apr 20, 2021 - JavaScript
-
Updated
Apr 19, 2021 - CSS
-
Updated
Apr 19, 2021 - Vue
关于数据库导入视图 DEFINER 错误
1. 您使用的是哪个版本的 gin-vue-admin ?
2.4.0
在本地测试,并使用远程测试数据库dev_crm,一切正常
但是在服务器上又新建了一个数据库test_crm,并服务器面板中的数据库备份功能,发现登陆正常,但是无法获取菜单,表现使用为 flipped-aurora/gin-vue-admin#391 所描述的问题,错误位置 service/sys_menu.go:22 ,经过分析是,这条语句出现错误
SELECT * FROM authority_menuWHERE (authority_id = "9528") ANDauthority_menu.deleted_atIS NULL ORDER BY sort
错误提示为
`#1143 - SELECT
-
Updated
Apr 20, 2021 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 19, 2021 - Java
-
Updated
Dec 12, 2020 - Vue
-
Updated
Apr 16, 2021 - Vue
Original question:
I have my own rest crud api and I would like to use only frontend part of admin-bro.
Does admin-bro support such scenario?
Proposed solution: MVP
- document how to wrap existing API by BaseResource
End Solution
- extend admin-bro core that, instead of asking own API, asks external API
- this could be a method in Action interface:
externalAPI(but w
-
Updated
Apr 5, 2021 - JavaScript
-
Updated
Mar 5, 2021 - Java
-
Updated
Apr 14, 2021 - JavaScript
It seem there is an unnecessary call to $this->getImagePath($field->getValue(), $configuredBasePath here.
Improve this page
Add a description, image, and links to the admin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the admin topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I have a fixed sidebar that is toggled by the App bar for expanding and collapsing. But after scrolling down there is no button to toggle the side menu until the user scrolls back up.
https://user-images.githubusercontent.com/331353/114960721-a2664a00-9e35-11eb-8e3b-76e9dce47d1e.mov
Describe the solution you'd like
Abil