We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
点击角色管理-权限配置,弹出timeout of 5000ms exceeded,无法访问。 浏览器网络标头如下: 请求 URL: http://127.0.0.1:8000/api/system/role_menu_button_permission/get_role_premission/?role=1
后端控制台输出: [2023-12-04 23:42:37][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7727) [2023-12-04 23:42:48][django.server.log_message():187] [INFO] "GET /api/system/role_menu_button_permission/data_scope/ HTTP/1.1" 200 264 [2023-12-04 23:42:58][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7770) [2023-12-04 23:45:25][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7751) [2023-12-04 23:45:26][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7957)
请求大佬看看,谢谢!
The text was updated successfully, but these errors were encountered:
更换为本地sqlite3数据库后,可以访问了 原来使用的MySQL 5.7版本,MySQL不用8.0,而是用5.7,需要更改哪些代码或配置呢?
Sorry, something went wrong.
使用腾讯云TDSQL-C Mysql5.7版本测试失败,使用本地Mysql 5.7版本测试成功
Accept Merge Request #2: (develop -> master)
bc15ed1
Merge Request: 正式发布v3.0.0版本 Created By: @dvadmin-开发-李强 Accepted By: @dvadmin-开发-李强 URL: https://dvadmin-private.coding.net/p/code/d/dvadmin3/git/merge/2
No branches or pull requests
点击角色管理-权限配置,弹出timeout of 5000ms exceeded,无法访问。
浏览器网络标头如下:
请求 URL:
http://127.0.0.1:8000/api/system/role_menu_button_permission/get_role_premission/?role=1
后端控制台输出:
[2023-12-04 23:42:37][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7727)
[2023-12-04 23:42:48][django.server.log_message():187] [INFO] "GET /api/system/role_menu_button_permission/data_scope/ HTTP/1.1" 200 264
[2023-12-04 23:42:58][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7770)
[2023-12-04 23:45:25][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7751)
[2023-12-04 23:45:26][django.server.handle_error():80] [INFO] - Broken pipe from ('127.0.0.1', 7957)
请求大佬看看,谢谢!
The text was updated successfully, but these errors were encountered: