From 676fd5d2bc9cd8f7663cbabc0cd5bb24b95cc2c9 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 6 Aug 2025 16:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 ++-- pages/home/index.vue | 2 +- pages/profitStat/index.vue | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 8eba21d..1149b2d 100644 --- a/main.js +++ b/main.js @@ -152,8 +152,8 @@ try{ Vue.prototype.isMobile = isMobile(); } -const NODE_ENV = 'development'; -// const NODE_ENV = 'production'; +// const NODE_ENV = 'development'; +const NODE_ENV = 'production'; Vue.prototype.cssUrl1 = '/static/images/' diff --git a/pages/home/index.vue b/pages/home/index.vue index 7c60b97..634bfdf 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -461,7 +461,7 @@ export default { .amountWrap { gap: 16rpx; - padding: 36rpx 24rpx 24rpx; + padding: 12rpx 24rpx 24rpx; box-sizing: border-box; background: #fff; diff --git a/pages/profitStat/index.vue b/pages/profitStat/index.vue index 7bdbacf..0c9ab57 100644 --- a/pages/profitStat/index.vue +++ b/pages/profitStat/index.vue @@ -15,7 +15,6 @@ export default { calendar, PageBottomBtn }, - data() {}, methods:{ gotoHome(){ let url = `/pages/home/index`