From 48670d1e78a48400f7f02be671327683147d8897 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Mon, 3 Jun 2024 11:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88=E6=9C=AC0.0.3?= =?UTF-8?q?=E6=89=93=E6=B5=8B=E8=AF=95=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index a647442..812decd 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -142,8 +142,8 @@ export default class LoginPage extends BasePage { // console.log('Version////', this.Version); } ///********版本号修改区域********** - version = '0.0.65'; //正式版本号 - //version = '0.0.2';//测试版本号 + //version = '0.0.65'; //正式版本号 + version = '0.0.3'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true;