Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SQL_Mou
NewTruckTerminalSyetem
Commits
796f29f7
Commit
796f29f7
authored
Jun 21, 2022
by
caicaicai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f91d3922
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
config.json
public/config/config.json
+1
-1
Login.vue
src/views/Login.vue
+8
-8
No files found.
public/config/config.json
View file @
796f29f7
{
{
"map3d"
:
{
"map3d"
:
{
"scene"
:
{
"scene"
:
{
"center"
:
{
"lat"
:
3
6.6800
,
"lng"
:
117.1205
,
"alt"
:
2
500
,
"heading"
:
360
,
"pitch"
:
-90
},
"center"
:
{
"lat"
:
3
7.4900
,
"lng"
:
122.04849
,
"alt"
:
1
500
,
"heading"
:
360
,
"pitch"
:
-90
},
"scene3DOnly"
:
false
,
"scene3DOnly"
:
false
,
"shadows"
:
false
,
"shadows"
:
false
,
"removeDblClick"
:
true
,
"removeDblClick"
:
true
,
...
...
src/views/Login.vue
View file @
796f29f7
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<button
class=
"loginBtn"
@
click=
"LoginInitiation"
>
安全登录
</button>
<button
class=
"loginBtn"
@
click=
"LoginInitiation"
>
安全登录
</button>
</div>
</div>
</div>
</div>
<
keyboard
v-on:updatekey=
"GetKeyVal"
class=
"keyboardStyle"
v-show=
"keyboardShow"
></keyboard
>
<
!--
<keyboard
v-on:updatekey=
"GetKeyVal"
class=
"keyboardStyle"
v-show=
"keyboardShow"
></keyboard>
--
>
</div>
</div>
</
template
>
</
template
>
...
@@ -138,13 +138,13 @@ export default {
...
@@ -138,13 +138,13 @@ export default {
},
},
//开启键盘
//开启键盘
showkey
(
text
){
showkey
(
text
){
this
.
keyboardShowType
=
text
;
//
this.keyboardShowType = text;
this
.
keyboardShow
=
true
;
//
this.keyboardShow = true;
if
(
this
.
keyboardShowType
==
'
username
'
){
//
if(this.keyboardShowType == 'username'){
this
.
loginForm
.
username
=
''
;
//
this.loginForm.username = '';
}
else
{
//
}else{
this
.
loginForm
.
password
=
''
;
//
this.loginForm.password = '';
}
//
}
},
},
//关闭键盘
//关闭键盘
closekey
(){
closekey
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment