This commit is contained in:
weipengfei 2024-03-29 17:30:28 +08:00
parent f3a26f09ea
commit f8f2d75467
2 changed files with 5 additions and 3 deletions

View File

@ -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,

View File

@ -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,