摘要:
网站标题栏图标位置ant-design-vue-jeecg\public\index.html 1、index.html标题图标在head第9行,替换掉然后复制ico到/public <link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico 阅读全文
摘要:
jeecgboot项目,使用nginx部署vue项目刷新报404,正常访问没问题,只有在刷新的时候才会出现问题 server {listen 80;server_name localhost;location / {root /app;index index.html;try_files $uri 阅读全文