增加版本管理页面,修改店铺添加地图组件使用
This commit is contained in:
10
src/api/config.ts
Normal file
10
src/api/config.ts
Normal 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";
|
||||
Reference in New Issue
Block a user