源码介绍
看到很多人在评论说JS总监没有发网页版,其实发了的也该是他第一个帖子,那我就在发一下网页版的小空投,说一下采用Vue+vant写的!后端是JS总监的php写的!
源码截图
伪静态
location / {
try_files $uri $uri/ @router;
index index.html;
}
location @router {
rewrite ^.*$ /index.html last;
}
需要配合小空投api使用
看到很多人在评论说JS总监没有发网页版,其实发了的也该是他第一个帖子,那我就在发一下网页版的小空投,说一下采用Vue+vant写的!后端是JS总监的php写的!
location / {
try_files $uri $uri/ @router;
index index.html;
}
location @router {
rewrite ^.*$ /index.html last;
}
2022年10月7日 07:00
,若内容或图片失效,请在下方
留言
或联系
酷库博客站长。
目录
请登录后发表评论
注册
请登录后查看评论内容