当前位置:   article > 正文

使用vue-element-admin管理后台 更改浏览器图标_vue admin template修改favicon

vue admin template修改favicon

基于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>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

效果:
在这里插入图片描述

标头:
vue.config.js文件,修改配置name

const name = defaultSettings.title || '你需要的名’
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/589082
推荐阅读
相关标签
  

闽ICP备14008679号