简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue history模式打包部署
nginx代理配置1. nginxocation /abc{roothtml;indexindex.html index.htm;if (!-e $request_filename) {rewrite ^/(.*) /abc/index.html last;break;}}vue项目中的配置在vue项目中 config/ind...
到底了