refactor(dept):changge to iframe

This commit is contained in:
zhengxinonly
2021-08-16 00:32:32 +08:00
parent 97e0160aaf
commit 27f5d78c35
6 changed files with 306 additions and 274 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class TestingConfig(BaseConfig):
class DevelopmentConfig(BaseConfig):
""" 开发配置 """
SQLALCHEMY_DATABASE_URI = r'sqlite:///../sql_pear_admin.db'
SQLALCHEMY_DATABASE_URI = r'sqlite:///sql_pear_admin.db'
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_ECHO = False