增加商品弹窗组件

This commit is contained in:
2025-12-24 17:20:42 +08:00
parent b3c1ab3b8b
commit 65554b043c
4 changed files with 751 additions and 315 deletions

3
common/api/apiPrve.js Normal file
View File

@@ -0,0 +1,3 @@
export const urlAccount = '/account'
export const urlProduct = '/product'
export const urlOrder = '/order'