其他分享
首页 > 其他分享> > uniapp改变icon

uniapp改变icon

作者:互联网

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="<%= BASE_URL %>static/logo.png">
<link rel="stylesheet" href="<%= BASE_URL %>static/index.css" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
</body>
<script type="text/javascript">

</script>
</html>

标签:uniapp,enable,index,JavaScript,Please,改变,static,icon
来源: https://www.cnblogs.com/jyc226/p/16669715.html