示例#1
0
def home():
    request.args = {}
    return main.send_static_file('index.html')
示例#2
0
def home():
  return main.send_static_file('index.html')
示例#3
0
def home():
    return main.send_static_file('index.html')
示例#4
0
文件: views.py 项目: failys/cairis
def home():
  request.args = {}
  return main.send_static_file('index.html')