买早了,操
https://pan.quark.cn/s/f844cccf50f0
压缩包内包含了3个文件,分别是:安装视频,安装手册和源码。如果你安装好访问后台提示404等错误,应该是伪静态没有配置,nginx伪静态规则为:
location / { try_files $uri $uri/ @router; index index.html;}location @router{ rewrite ^.*$ /index.html last;}