This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
yiyun-fe
/
yiyunjianzhu-vue
Watch
4
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
[VersionBeta] V.1.0.0.0
[Adds] 1.客户端isClient修改
new-cli
xzx
4 years ago
parent
0150fef3fb
commit
1cea3cedfa
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/login.vue
+1
-1
src/views/main_web/cloud.vue
+1
-1
src/views/main_web/projnotice.vue
+ 1
- 1
src/views/login.vue
View File
@@ -175,7 +175,7 @@
enterNewPwd: "", //确认密码
checkPwdTip: "", //检测提示
phoneCode: "", //手机验证码
isClient:
fals
e, //是否是客户端
isClient:
tru
e, //是否是客户端
};
},
beforeRouteLeave(to, from, next) {
+ 1
- 1
src/views/main_web/cloud.vue
View File
@@ -413,7 +413,7 @@
mapAddress:'北京天安门',
showImage:false,
imageUrl:'',
isClient:
fals
e, //是否是客户端
isClient:
tru
e, //是否是客户端
//结束
// end
};
+ 1
- 1
src/views/main_web/projnotice.vue
View File
@@ -85,7 +85,7 @@
showOffice: false, // 预览Office文件
officeUrl: "", // PDF URL
isShowDefault:false,
isClient:
fals
e,//是否是客户端
isClient:
tru
e,//是否是客户端
};
},
mounted: function () {
Write
Preview
Loading…
Cancel
Save