fix: 完善新增权限操作

This commit is contained in:
zhengxinonly
2023-12-05 16:50:21 +08:00
parent 2ffddda02b
commit 2f4f1faf82
3 changed files with 113 additions and 62 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FLASK_DEBUG=True # 开启调试模式
FLASK_RUN_PORT=5050 # 设置运行的端口
FLASK_RUN_PORT=5000 # 设置运行的端口
FLASK_RUN_HOST=0.0.0.0 # 设置监听的 ip
FLASK_APP="pear_admin:create_app()" # 运行程序