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/',