diff --git a/.env.development b/.env.development index f755446..b334461 100644 --- a/.env.development +++ b/.env.development @@ -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, diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 8d7b435..d84afac 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -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',