From 2802c880aead3d11024f0f275a9e4125fa87d878 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Thu, 5 Feb 2026 11:29:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9A=90=E8=97=8F=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/components/Layout.vue | 3 ++- src/views/home/index.vue | 11 +++++++---- src/views/result/index.vue | 7 ++++--- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.env.production b/.env.production index 86b45fa..d706e73 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ VITE_ENV = production # vconsole开关控制器 -VITE_CONSOLE = 0 +VITE_CONSOLE = 1 # 接口地址 VITE_BASE_API = https://biz.nianxx.cn/hotelBiz diff --git a/src/components/Layout.vue b/src/components/Layout.vue index 0887323..3859ec6 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -1,6 +1,7 @@