微信登录

路由 - @app.route("/")

路由 - @app.route("/")

https://blog.csdn.net/lluozh2015/article/details/123119604

例子 出现 表示
https://book.artchips.art 出现在浏览器导航栏里 没有指定任何资源,需要设置默认资源
https://book.artchips.art/ 出现在复制浏览器导航栏粘贴到记事本里
https://book.artchips.art/folder/ 浏览器导航栏 没有指定任何资源,需要设置默认资源,目录下 index.html 或者 default.html
https://book.artchips.art/folder 浏览器导航栏 没有指定任何资源,浏览器自动添加/,需要设置默认资源,目录下 index.html 或者 default.html
https://book.artchips.art/folder/ ajax 有资源就有,没有就404
https://book.artchips.art/folder ajax 有资源就有,没有就404
路由 - @app.route("/")