UniApp:对UniApp进行图标优化,并去除原生导航、设置自定义导航(不需要跟随页面布局)
发布时间
阅读量:
阅读量
uniapp:uniapp修改图标,去掉原生导航,自定义导航,导航不跟着页面走。
一、uniapp修改图标

- 添加代码
项目根目录下的index.html文件
<!DOCTYPE html>
<!-- <html lang="en"> -->
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <link rel="icon" href="static/images/favicon.ico"> -->
<link rel="icon" href="static/11document.png">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<script>
var c
全部评论 (0)
还没有任何评论哟~
