mat/backend/config
caoqianming ff3c0d8fea feat(h5): runserver 同时托管 H5 SPA
- 新增 /m/ 路由:直出 frontend-h5/dist 下静态资源;不存在的路径回退到 dist/index.html
  以支持 vue-router history 模式刷新/直链
- PC 通配路由排除 m/,避免被 PC 的 index.html 拦截

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-27 10:19:51 +08:00
..
__init__.py feat: 添加分页配置 2026-03-13 12:36:46 +08:00
asgi.py feat: 项目初始化 2026-03-10 13:12:05 +08:00
pagination.py feat: 添加分页配置 2026-03-13 12:36:46 +08:00
settings.py feat: 新增品牌实体 + 材料关联品牌 + Factory.brand 改名 short_name 2026-04-23 21:54:09 +08:00
urls.py feat(h5): runserver 同时托管 H5 SPA 2026-04-27 10:19:51 +08:00
views.py feat(h5): runserver 同时托管 H5 SPA 2026-04-27 10:19:51 +08:00
wsgi.py feat: 项目初始化 2026-03-10 13:12:05 +08:00