From 8d9a23c1d03854bfbfb16e420b3543ad86aa902c Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 9 Aug 2024 15:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= 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 23a916a..1529070 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.90'; //正式版本号 - //version = '0.0.5'; //测试版本号 + //version = '0.0.6'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true;