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