赞
踩
基于vue-element-damin项目开发,想要改变浏览器的标头与图标。
图标:public文件夹下的index.hhtml文件
1.修改头部信息的 link链接,修改后面的图片名就可以了
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.jpg">
<title>
<%= webpackConfig.name %>
</title>
<script src="./config.js"></script>
</head>
效果:
标头:
vue.config.js文件,修改配置name
const name = defaultSettings.title || '你需要的名’
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。