Commit 04b83329 authored by 郑秀明's avatar 郑秀明

修改配置文件

parents f95caef0 9b956690
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="description" content="宠物行业一站式B2B采购平台">
<meta name="keywords" content="谛宝多多 谛宝多多商城 谛宝 宝多多 有宝 小谛">
<link rel="shortcut icon" href="https://dbc-static.oss-cn-beijing.aliyuncs.com/wx/logo.jpg" type="image/x-icon">
<title>
谛宝商城
</title>
<script>
document.addEventListener('DOMContentLoaded', function() {
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
})
</script>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b27decccecf2e6c641de1ca7efb2b5a2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- built files will be auto injected -->
</body>
</html>
\ No newline at end of file
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
} }
} }
} }
} },
"template": "index.html"
} }
} }
...@@ -71,6 +71,9 @@ ...@@ -71,6 +71,9 @@
text-align: center; text-align: center;
line-height: 80rpx; line-height: 80rpx;
margin: 48rpx auto 0; margin: 48rpx auto 0;
font-size: 28rpx;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
} }
} }
} }
......
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
this.credit_goods_list = res.data.data.credit_goods_list; this.credit_goods_list = res.data.data.credit_goods_list;
this.isLogin = res.data.login_flg; this.isLogin = res.data.login_flg;
this.credit_flg = res.data.credit_flg; this.credit_flg = res.data.credit_flg;
this.is_city = res.data.city_flag; this.is_city = res.data.city_flg;
if(res.data.data.customer_name) { if(res.data.data.customer_name) {
this.customer_name = res.data.data.customer_name; this.customer_name = res.data.data.customer_name;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment