Files
mkdocs/docs/Obsidian笔记体系/Projects/女童生长激素项目/项目目录位置.md
2026-01-30 10:45:19 +08:00

37 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
##
项目根目录: /www/wwwroot/code
这是一个 ThinkPHP 5.0 项目,目录结构如下:
- 项目根目录: /www/wwwroot/code
- 后台管理模块: /www/wwwroot/code/application/adminghd
- 后台静态资源: /www/wwwroot/code/public/static/adminghd
- 入口文件: /www/wwwroot/code/public/index.php
### 项目结构说明:
/www/wwwroot/code/
├── application/          # 应用目录
   └── adminghd/        # 后台管理模块(对应 /adminghd/login 路径
├── public/              # 公共访问目录
   ├── index.php        # 入口文件
   └── static/
       └── adminghd/    # 后台管理静态资源
├── thinkphp/            # ThinkPHP框架核心
├── vendor/              # Composer依赖
└── composer.json        # 项目依赖配置
后台登录地址 https://www.ruilaizipj.com/adminghd/login 对应的路由在 /www/wwwroot/code/application/adminghd/controller/ 目录下的控制器中处理。