Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.客户端isClient修改
new-cli
xzx 4 years ago
parent
commit
1cea3cedfa
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/views/login.vue
  2. +1
    -1
      src/views/main_web/cloud.vue
  3. +1
    -1
      src/views/main_web/projnotice.vue

+ 1
- 1
src/views/login.vue View File

@@ -175,7 +175,7 @@
enterNewPwd: "", //确认密码
checkPwdTip: "", //检测提示
phoneCode: "", //手机验证码
isClient:false, //是否是客户端
isClient:true, //是否是客户端
};
},
beforeRouteLeave(to, from, next) {


+ 1
- 1
src/views/main_web/cloud.vue View File

@@ -413,7 +413,7 @@
mapAddress:'北京天安门',
showImage:false,
imageUrl:'',
isClient:false, //是否是客户端
isClient:true, //是否是客户端
//结束
// end
};


+ 1
- 1
src/views/main_web/projnotice.vue View File

@@ -85,7 +85,7 @@
showOffice: false, // 预览Office文件
officeUrl: "", // PDF URL
isShowDefault:false,
isClient: false,//是否是客户端
isClient: true,//是否是客户端
};
},
mounted: function () {


Loading…
Cancel
Save