# DID管理后台项目 ## 目录 - api 存放基础请求方法和具体api方法 - server 给业务层提供api服务 - assets 存放的静态资源文件 - layout 项目UI顶级布局组件(顶级路由) - pages 页面UI组件 - router 项目的路由配置 - store zustand状态管理 - types ts类型 - utils 工具 ## 命名规范 - 组件文件夹 大驼峰 - 文件名 ## 开发 - npm run dev 启动本地开发服务,http://127.0.0.1:5173 ## 接口文档 - 地址: https://console-docs.apipost.cn/preview/191bf36fa246f81d/a44897643f908546?target_id=ff5225ab-301e-4f20-83f0-5ccfffbdaf51 - 地址: https://console-docs.apipost.cn/preview/f852989887084393/33e1a27b045ca982?target_id=8f8b4880-588d-405e-af3e-483271b98e63 - https://console-docs.apipost.cn/preview/f852989887084393/33e1a27b045ca982?target_id=23847ce0-e356-463f-a0e3-a896e5e8e902 - 产品文档: https://modao.cc/proto/w07YCXQ0sd8z52orwW3i9p/sharing?view_mode=read_only - ``` ``` ## 联调环境部署 ``` ssh root@192.168.3.170 password:Chainmaker@2024 cd did-mgr-front git pull bash ./docker/build-test-image.sh ```