From b646cc21b50a0faed339c5f5cc12f578e019a6d8 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Sat, 8 Apr 2023 21:03:50 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=A2=9E=E5=8A=A0=20=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=8E=AF=E5=A2=83=E7=9A=84debug=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++-- src/App.vue | 4 ++-- src/config/models.js | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 696a32f..560d76f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -353,4 +353,9 @@ update - packageHome - 增加 微信授权code调用方式,缓存没有则从路由获取 - appId - - 修改 测试环境appId \ No newline at end of file + - 修改 测试环境appId + +## v1.0.41 +`2023.4.8` +update +增加 正式环境的debug按钮 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index f008b4f..bfb2374 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@ @@ -37,7 +37,7 @@ export default { }); }, debug() { - if (process.env.NODE_ENV !== 'production') { + if (process.env.NODE_ENV !== 'development') { const script = document.createElement('script'); script.src = "//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); diff --git a/src/config/models.js b/src/config/models.js index a9be204..52a4911 100644 --- a/src/config/models.js +++ b/src/config/models.js @@ -5,7 +5,7 @@ * @FilePath: \TelpoH5FrontendWeb\src\config\models.js * @description: */ -export const VERSION_MODEL = '1.0.40F'; //版本号 +export const VERSION_MODEL = '1.0.41F'; //版本号 export const IMAGE_URL = { production: 'http://zfb.ssjlai.com/web/', test: 'http://zfb.ssjlai.com/web/',