增加版本管理页面,修改店铺添加地图组件使用

This commit is contained in:
2025-02-14 09:17:34 +08:00
parent 0e3759b34d
commit dda2f32ccc
36 changed files with 2486 additions and 318 deletions

10
src/api/config.ts Normal file
View File

@@ -0,0 +1,10 @@
// [超掌柜收银机](https://app.apifox.com/project/5827475)
// 账号,商户相关:<https://tapi.cashier.sxczgkj.cn/account/>
// 订单,支付相关:<https://tapi.cashier.sxczgkj.cn/order/>
// 商品,耗材相关:<https://tapi.cashier.sxczgkj.cn/product/>
// 系统相关:<https://tapi.cashier.sxczgkj.cn/system/>
export const Account_BaseUrl = "account";
export const Order_BaseUrl = "order";
export const Product_BaseUrl = "product";
export const System_BaseUrl = "system";