Authored by TaoHuang

fix font-size

... ... @@ -41,11 +41,11 @@ export default {
.v-center {
align-self: center;
font-size: 20px;
}
.time {
flex: 1;
font-size: 20px;
}
.text-right {
... ...
... ... @@ -33,7 +33,7 @@ module.exports = {
app: 'h5',
appVersion: '6.6.0', // 调用api的版本
appName: 'yohoapp-node',
port: 6003,
port: 6001,
siteUrl: '//m.yohobuy.com',
assetUrl: '//m.yohobuy.com:5001/yohoapp-node/',
testCode: 'yoho4946abcdef#$%&!@',
... ...