默认提交
Showing
10 changed files
with
156 additions
and
49 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -48,5 +48,8 @@ |
"postcss-lazysprite": "^2.0.0", | ||
"postcss-px2rpx": "0.0.4", | ||
"yargs": "^13.1.0" | ||
}, | ||
"dependencies": { | ||
"@vant/weapp": "^1.0.2" | ||
} | ||
} | ||
... | ... |
... | ... | @@ -15,6 +15,8 @@ module.exports = { |
wxPay: '/wx/pay', // 帐号详情 | ||
stat: '/dot', // 打点 | ||
blessDetail: "/bless/detail", // | ||
/** | ||
* 通用接口 | ||
* 请求时 "mode"传"custom" | ||
... | ... |