新增分享,找回密码,实名认证,签约

This commit is contained in:
唐明明
2023-08-25 14:04:31 +08:00
parent 32cc588ae7
commit 0f7c37d548
106 changed files with 2130 additions and 1313 deletions

View File

@@ -10,6 +10,12 @@ const Banner = () => req({
url: "mall/banners"
})
// 身份产品包
const idpackage = () => req({
url: "new/index"
})
//商品分类
const Categorie = data => req({
url: "mall/categories",
@@ -52,6 +58,7 @@ const articlesSee = (article_id) => req({
export default ({
Banner,
idpackage,
Categorie,
Goods,
goodsSee,