Commit 9b956690 authored by 王建威's avatar 王建威

bug fi

parent 38387c45
<!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
......@@ -2,7 +2,7 @@
"name": "shop_mobile_uni",
"appid": "__UNI__F904656",
"description": "",
"versionName": "1.0.0",
"versionName": "1.0.3",
"versionCode": "100",
"transformPx": false,
"app-plus": {
......@@ -47,38 +47,26 @@
"mode": "history",
"base": "/uni"
},
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.0/",
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/mirror/1.0.3/",
"optimization": {
"treeShaking": {
"enable": true
}
},
"h5": {
"title": "谛宝多多商城",
"router": {
"mode": "history",
"base": "/uni"
},
"publicPath": "https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/",
"optimization": {
"treeShaking": {
"enable": true
}
},
"devServer": {
"port": 8080,
"disableHostCheck": true,
"proxy": {
"/uni/api": {
"target": "http://192.168.124.33:6564/",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/uni/api": "api"
}
"devServer": {
"port": 8080,
"disableHostCheck": true,
"proxy": {
"/uni/api": {
"target": "http://192.168.50.133:6564/",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/uni/api": "api"
}
}
}
}
},
"template": "index.html"
}
}
\ No newline at end of file
......@@ -150,7 +150,7 @@
this.credit_goods_list = res.data.data.credit_goods_list;
this.isLogin = res.data.login_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) {
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