2023-3-11
This commit is contained in:
@@ -5,5 +5,6 @@ const prodEnv = require('./prod.env')
|
|||||||
module.exports = merge(prodEnv, {
|
module.exports = merge(prodEnv, {
|
||||||
NODE_ENV: '"development"',
|
NODE_ENV: '"development"',
|
||||||
// BASE_API: '"http://mall.yyundong.com/adminapi"',
|
// BASE_API: '"http://mall.yyundong.com/adminapi"',
|
||||||
BASE_API: '"http://127.0.0.1:8085"'
|
BASE_API: '"http://192.168.3.9:8085"'
|
||||||
|
// BASE_API: '"http://127.0.0.1:8085"'
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -637,8 +637,9 @@
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
covertOrder(order) {
|
covertOrder(order) {
|
||||||
let address = order.receiverProvince + order.receiverCity + order.receiverRegion + order
|
let address = order.receiverRegion + order
|
||||||
.receiverDetailAddress;
|
.receiverDetailAddress;
|
||||||
|
|
||||||
let listItem = {
|
let listItem = {
|
||||||
orderId: order.id,
|
orderId: order.id,
|
||||||
orderSn: order.orderSn,
|
orderSn: order.orderSn,
|
||||||
|
|||||||
Reference in New Issue
Block a user