From 68886570be142e32ddfa5ebafd7b67cc1cb966c4 Mon Sep 17 00:00:00 2001 From: longchao <1432334894@qq.com> Date: Wed, 23 Jul 2025 14:32:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E7=81=B8=E6=AC=A1=E6=95=B0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 4 ++-- pages/visitors_new/visitors_new.vue | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index 329477d..a2ad206 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'; if(Vue.prototype.provider == Vue.prototype.provider_weixin){ if (NODE_ENV == "development") { Vue.prototype.request_domain = 'http://jasonyizherenxin.checkcopy.com/'; diff --git a/pages/visitors_new/visitors_new.vue b/pages/visitors_new/visitors_new.vue index 1dfc3e9..d6f640f 100644 --- a/pages/visitors_new/visitors_new.vue +++ b/pages/visitors_new/visitors_new.vue @@ -88,6 +88,9 @@ }, getVisitorListData(visitor_id){ this.visitor_id = visitor_id + this.visitor_list = false + this.pageShow = false + this.$refs.visitors.getVisitors() }, async get_visitor_info(param) { var obj = new Object()