sys-catalog.md 1.8 KB

目录结构

|----addons 模块插件目录 |----api 接口应用目录 |----backend 总后台应用目录

|----tests 单元测试文件目录
|----modules   模块
    |----admin  平台总账号管理模块目录
    |----common   公共模块目录
    |----mall   平台子账号管理模块
|----config    配置文件
|----models    模型文件
|----runtime    缓存文件
|----views    模板文件

|----common 公用应用目录

|----tests 单元测试文件目录
|----models    公共模型目录
    |----api  接口模块
    |----backend  系统模块模型目录
    |----user   会员模块模型目录
    |----common   公用模型目录
    |----base  基础模块
    |----cart  购物车模块
    |----diy  装修模块
    |----elasticsearch  统计搜索模块
    |----goods  商品模块
    |----link  链接模块
    |----logistics  日志模块
    |----base  商城模块
    |----rbac  权限模块
    |----statistics  统计模块
    |----user  会员模块
    |----wechat  微信模块
    |----order  订单管理模型
|----behaviors 公共行为目录
|----components   公共组件目录
|----enums 枚举目录
|----helpers   小助手目录
|----replace   重写、替换文件目录
|----mail  邮件模版目录

|----console 控制台目录 |----environments 初始化设置目录 |----services 服务层目录 |----logic 日志目录 |----vendor 第三方加载文件目录 |----frontend 前台目录 |----docs 手册目录

|----tests 单元测试文件目录

|----h5 html5应用目录

|----tests 单元测试文件目录

|----web 网站统一入口目录