flask??
Both share the same name "admin".Blueprints that are created on the fly need unique names.
index_view=?VIEW_ADMIN(name='主',url='/admin'),??
預(yù)設(shè) endpoint='/admin'
index_view=?VIEW_HOME(name='GENECode',url='/',endpoint='/')
以下每個(gè)?index_view 都要設(shè)定?endpoint (預(yù)設(shè)admin)