feat(order-renew): 新增续费订单管理页面和接口支持
- 修改.env.development配置,调整API地址 - 扩展OrderPay接口,新增支付金额、支付状态、电池型号等字段
This commit is contained in:
+3
-2
@@ -2,6 +2,7 @@ VITE_APP_NAME=后台管理系统
|
||||
#VITE_API_URL=http://localhost:9090/api
|
||||
#VITE_API_URL=http://yxw.wsdns.cn/api
|
||||
#VITE_SOCKET_URL=ws://localhost:9190
|
||||
VITE_API_URL=http://127.0.0.1:9090/api
|
||||
#VITE_API_URL=http://127.0.0.1:9090/api
|
||||
#VITE_API_URL=https://server.gxwebsoft.com/api
|
||||
VITE_SOCKET_URL=wss://server.gxwebsoft.com
|
||||
#VITE_SOCKET_URL=wss://server.gxwebsoft.com
|
||||
VITE_API_URL=http://yxw.wsdns.cn/api
|
||||
|
||||
Reference in New Issue
Block a user