首页,我的 写扫码点餐之前提交1.0.0

This commit is contained in:
wwz
2025-02-13 16:49:13 +08:00
parent 6cea5aeb42
commit f2513ef13a
48 changed files with 7757 additions and 514 deletions

View File

@@ -0,0 +1,11 @@
// 引入 request 文件
import request from '@/common/api/request.js'
//通过桌码获取店铺信息
export const APIproductqueryShop = (data) => {
return request({
url: '/product/queryShop',
method: 'get',
data: data
})
}