edit
This commit is contained in:
parent
73db0f04cc
commit
4ea1de9446
|
@ -2,11 +2,11 @@
|
|||
ENV = 'development'
|
||||
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'http://192.168.1.50:8080'
|
||||
VUE_APP_BASE_API = 'http://192.168.1.9:8080'
|
||||
# VUE_APP_BASE_API = 'https://plus.hwms.shop'
|
||||
|
||||
# socket 连接地址
|
||||
VUE_APP_WS_URL = 'ws://192.168.1.50:8080'
|
||||
VUE_APP_WS_URL = 'ws://192.168.1.9:8080'
|
||||
# VUE_APP_WS_URL = 'ws://plus.hwms.shop'
|
||||
|
||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||
|
|
|
@ -2231,6 +2231,30 @@ export default {
|
|||
emitPath: false
|
||||
},
|
||||
proportionList:[
|
||||
{
|
||||
value: '0.80',
|
||||
label: '0.80',
|
||||
coupon:0.1,
|
||||
growth:0.3
|
||||
},
|
||||
{
|
||||
value: '0.75',
|
||||
label: '0.75',
|
||||
coupon:0.15,
|
||||
growth:0.35
|
||||
},
|
||||
{
|
||||
value: '0.70',
|
||||
label: '0.70',
|
||||
coupon:0.2,
|
||||
growth:0.4
|
||||
},
|
||||
{
|
||||
value: '0.65',
|
||||
label: '0.65',
|
||||
coupon:0.25,
|
||||
growth:0.45
|
||||
},
|
||||
{
|
||||
value: '0.60',
|
||||
label: '0.60',
|
||||
|
|
Loading…
Reference in New Issue