修正init

This commit is contained in:
wojiaoyishang
2023-02-12 12:29:20 +08:00
parent 8e9d3519e4
commit 9c920fefcc
2 changed files with 0 additions and 12 deletions
-11
View File
@@ -1,11 +0,0 @@
from . import user
from . import role
from . import power
from . import department
from . import console
from . import gen_captcha
from . import http
from . import mail
from . import rights
from . import upload
from . import validate
-1
View File
@@ -8,7 +8,6 @@ import json
import traceback
import importlib
import applications.common.utils
from applications.common.utils.rights import authorize
plugin_bp = Blueprint('plugin', __name__, url_prefix='/plugin')