
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
git提交规则及报错
报错subject may not be empty [subject-empty]type may not be empty [type-empty]git commit规范subject may not be empty [subject-empty]type may not be empty [type-empty]✖ 主题不能为空[主题为空]✖ 类型不能为空[类型为空]git commit
vue项目使用Nginx解决history路由模式白屏
1、首先我们去下载NginxNginx2、写在完成后我们解压到一个文件中。注意:解压的路径不能有中文3、我们打开conf文件下面有一个nginx.conf文件,我们需要修改它的配置。4、找到location /修改为location / {roothtml/dist/;try_files $uri $uri/ /dist/index.html;index index.html;
到底了







