From 868632400afafcc95273d2426886ce96ee45502e Mon Sep 17 00:00:00 2001 From: yaoqin <497681109@qq.com> Date: Fri, 21 Nov 2025 16:23:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- power_leasing/.env.staging | 2 +- power_leasing/src/views/account/myShops.vue | 78 ++- .../src/views/account/productMachineAdd.vue | 573 +++++++----------- power_leasing/src/views/account/shopNew.vue | 87 ++- 4 files changed, 366 insertions(+), 374 deletions(-) diff --git a/power_leasing/.env.staging b/power_leasing/.env.staging index aca330c..8ad7e3f 100644 --- a/power_leasing/.env.staging +++ b/power_leasing/.env.staging @@ -9,7 +9,7 @@ ENV = 'staging' # 测试环境 VUE_APP_BASE_API = 'http://10.168.2.220:8888' # VUE_APP_BASE_API = 'https://test.m2pool.com/api/' -VUE_APP_BASE_URL = 'https://test.m2pool.com/' +VUE_APP_BASE_URL = 'https://test.m2pool.com/' # 路由懒加载 diff --git a/power_leasing/src/views/account/myShops.vue b/power_leasing/src/views/account/myShops.vue index fa49198..59550b5 100644 --- a/power_leasing/src/views/account/myShops.vue +++ b/power_leasing/src/views/account/myShops.vue @@ -39,10 +39,9 @@