Skip to content

frontend-user-v3-www 迁移台账

范围

frontend-user-v3-www 承载公开官网与 SEO 页面,不读取 client_token,不承载 /client/* 用户控制台。

路由迁移

旧路由v3 路由页面SEO状态
//首页已迁移
/products/products产品与服务已迁移
/products/:typeId/:groupId/:productId同旧路由产品购买深链兼容已迁移,不进 sitemap
/products/:typeId/:groupId/:childGroupId/:productId同旧路由产品购买深链兼容已迁移,不进 sitemap
/products/:id/products/:id商品详情已迁移
/about/about关于我们已迁移
/terms/terms服务条款已迁移
/privacy/privacy隐私政策已迁移
/notices/notices公告列表已迁移
/notices/:id/notices/:id公告详情已迁移
/help/help帮助列表已迁移
/help/:id/help/:id帮助详情已迁移
/:pathMatch(.*)*/:pathMatch(.*)*404已迁移

构建产物要求

  • dist/index.html
  • dist/sitemap.xml
  • dist/robots.txt
  • 静态公开路由 HTML:products/about/terms/privacy/notices/help/
  • .gz / .br 预压缩文件
  • 不发布 vnc/novnc/ 等控制台专用静态资源

验收命令

bat
cmd /c "cd frontend-user-v3-www && npm run check:source-health"
cmd /c "cd frontend-user-v3-www && npm run build:type"
cmd /c "cd frontend-user-v3-www && npm run build"

基于 AGPL-3.0-or-later 发布