更新
This commit is contained in:
parent
f3a26f09ea
commit
f8f2d75467
@ -3,10 +3,10 @@ ENV = 'development'
|
||||
|
||||
# base api
|
||||
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
|
||||
VUE_APP_BASE_API = 'https://test.shop.lihaink.cn'
|
||||
VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn/'
|
||||
|
||||
# socket 连接地址
|
||||
VUE_APP_WS_URL = 'ws://test.shop.lihaink.cn'
|
||||
VUE_APP_WS_URL = 'ws://crmeb-test.shop.lihaink.cn/'
|
||||
# VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
|
||||
|
||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||
|
@ -2914,7 +2914,9 @@ export default {
|
||||
pay_limit: info.pay_limit || 0,
|
||||
refund_switch: info.refund_switch,
|
||||
extension_type: info.extension_type,
|
||||
content: info.content,
|
||||
content: info.content || {
|
||||
image: []
|
||||
},
|
||||
spec_type: Number(info.spec_type),
|
||||
give_coupon_ids: info.give_coupon_ids,
|
||||
is_gift_bag: info.is_gift_bag,
|
||||
|
Loading…
x
Reference in New Issue
Block a user