From 4ea1de9446a75ccc2ce98450be4bba1d417479c1 Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Tue, 11 Jun 2024 09:59:18 +0800 Subject: [PATCH] edit --- .env.development | 4 ++-- src/views/product/addProduct/index.vue | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) 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',