Commit 27cf791b by 赵宇

fix

parent 796ca736
...@@ -3,10 +3,4 @@ from flask import Blueprint ...@@ -3,10 +3,4 @@ from flask import Blueprint
# 创建蓝图对象 # 创建蓝图对象
api_atlas = Blueprint("api_atlas", __name__) api_atlas = Blueprint("api_atlas", __name__)
from . import view from . import view
from . import view_detail # 产业发展图谱下详情页 \ No newline at end of file
from . import view_es # 政策
from . import view_graph # 产业发展图谱业图谱
from . import view_es_con # 企业详情页的产业链和地图散点
'''产业发展图谱'''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment