SamrtAgriculturalSystemTest/readme.txt
2024-11-01 10:06:22 +08:00

1 line
561 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

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.

front-end是前端的部分打开这个项目之后执行npm install命令下载一些依赖下载完成后执行npm start可以在浏览器看到整个框架结构src下有三个文件夹其中components一些可以复用的组件pages是各个界面的详细信息routers是路由信息管理各个界面的路由。目前的主要工作在pages文件下可以看到有三个文件夹分别是admin、login、和404在admin下是我们5个主路由界面的详细信息打开自己负责的部分对相应的组件修改即可。