From 3c7ce3d2263f21ad389357715d44b7c7460f2026 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 14 Aug 2024 09:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88=E6=9C=AC=E5=8F=B70.?= =?UTF-8?q?0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index 565db2f..c5a4d3b 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -143,7 +143,7 @@ export default class LoginPage extends BasePage { } ///********版本号修改区域********** version = '0.0.92'; //正式版本号 - //version = '0.0.6'; //测试版本号 + //version = '0.0.7'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true;