Commit 6a2d76df authored by 董先生's avatar 董先生

置换订单收集

parent 8d0fe37d
...@@ -72,7 +72,7 @@ export default{ ...@@ -72,7 +72,7 @@ export default{
exchange: { exchange: {
list: { list: {
url: `${config.API_URL}order/exchange/index`, url: `${config.API_URL}order/exchange/index`,
name: "获得退款列表", name: "获得置换列表",
get: async function(params){ get: async function(params){
return await http.get(this.url, params); return await http.get(this.url, params);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment