From 1cea3cedfafc3aeea744e9ef8ea9ea5642854c99 Mon Sep 17 00:00:00 2001 From: xzx Date: Tue, 16 Jun 2020 13:17:19 +0800 Subject: [PATCH] [VersionBeta] V.1.0.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Adds] 1.客户端isClient修改 --- src/views/login.vue | 2 +- src/views/main_web/cloud.vue | 2 +- src/views/main_web/projnotice.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 70dd583c..5fc7a935 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -175,7 +175,7 @@ enterNewPwd: "", //确认密码 checkPwdTip: "", //检测提示 phoneCode: "", //手机验证码 - isClient:false, //是否是客户端 + isClient:true, //是否是客户端 }; }, beforeRouteLeave(to, from, next) { diff --git a/src/views/main_web/cloud.vue b/src/views/main_web/cloud.vue index 726f6ebb..95bcc854 100644 --- a/src/views/main_web/cloud.vue +++ b/src/views/main_web/cloud.vue @@ -413,7 +413,7 @@ mapAddress:'北京天安门', showImage:false, imageUrl:'', - isClient:false, //是否是客户端 + isClient:true, //是否是客户端 //结束 // end }; diff --git a/src/views/main_web/projnotice.vue b/src/views/main_web/projnotice.vue index c5c8363b..96d6b608 100644 --- a/src/views/main_web/projnotice.vue +++ b/src/views/main_web/projnotice.vue @@ -85,7 +85,7 @@ showOffice: false, // 预览Office文件 officeUrl: "", // PDF URL isShowDefault:false, - isClient: false,//是否是客户端 + isClient: true,//是否是客户端 }; }, mounted: function () {