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 @@