首页部分提交

This commit is contained in:
duan
2025-03-11 09:56:55 +08:00
parent 5342133cbd
commit c1917c5fa3
7 changed files with 1872 additions and 710 deletions

View File

@@ -1,5 +1,6 @@
// 引入 request 文件
const url = '/account'
const url = '/product'
// const url = '/account'
import request from '@/common/api/request.js'
//首页上半部分
export const APIhomehomePageUp = (data) => {
@@ -12,7 +13,7 @@ export const APIhomehomePageUp = (data) => {
//首页xia半部分
export const APIhome = (data) => {
return request({
url: url + '/user/home/home',
url: url + '/user/home/product',
method: 'GET',
data: data,
toast: false