Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李宁
/
Activity
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7ea447e3
authored
Nov 10, 2025
by
李宁
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
04115efd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
zhiJianBusi/zjbPc/src/views/LoginPage.vue
zhiJianBusi/zjbPhone/js/login.js
zhiJianBusi/zjbPhone/login.html
zhiJianBusi/zjbPc/src/views/LoginPage.vue
View file @
7ea447e
...
@@ -241,8 +241,8 @@ export default {
...
@@ -241,8 +241,8 @@ export default {
return
{
return
{
activeTab
:
'account'
,
// 当前激活的登录方式
activeTab
:
'account'
,
// 当前激活的登录方式
loginForm
:
{
loginForm
:
{
username
:
'
ntadmin
'
,
username
:
''
,
password
:
'
ntadmin
'
password
:
''
}
,
}
,
phoneForm
:
{
phoneForm
:
{
phone
:
''
,
phone
:
''
,
...
...
zhiJianBusi/zjbPhone/js/login.js
View file @
7ea447e
...
@@ -6,9 +6,9 @@ new Vue({
...
@@ -6,9 +6,9 @@ new Vue({
platform
:
'yx'
,
platform
:
'yx'
,
loginForm
:
{
loginForm
:
{
employeeId
:
'
23123456
'
,
employeeId
:
''
,
phoneNumber
:
'
13718590607
'
,
phoneNumber
:
''
,
verifyCode
:
'
123456
'
verifyCode
:
''
},
},
countdown
:
0
,
countdown
:
0
,
countdownTimer
:
null
,
countdownTimer
:
null
,
...
@@ -19,16 +19,16 @@ new Vue({
...
@@ -19,16 +19,16 @@ new Vue({
this
.
platform
=
type
this
.
platform
=
type
localStorage
.
setItem
(
'platform'
,
type
)
localStorage
.
setItem
(
'platform'
,
type
)
if
(
type
==
'gw'
){
//
if(type == 'gw'){
this
.
loginForm
.
employeeId
=
'1235456'
//
this.loginForm.employeeId = '1235456'
this
.
loginForm
.
phoneNumber
=
'13718596969'
//
this.loginForm.phoneNumber = '13718596969'
}
else
if
(
type
==
'yx'
){
//
}else if(type == 'yx'){
this
.
loginForm
.
employeeId
=
'23123456'
//
this.loginForm.employeeId = '23123456'
this
.
loginForm
.
phoneNumber
=
'13718590607'
//
this.loginForm.phoneNumber = '13718590607'
}
else
{
//
}else{
this
.
loginForm
.
employeeId
=
'15862709858'
//
this.loginForm.employeeId = '15862709858'
this
.
loginForm
.
phoneNumber
=
'15862709858'
//
this.loginForm.phoneNumber = '15862709858'
}
//
}
},
},
getVerifyCode
()
{
getVerifyCode
()
{
let
pa
=
this
.
loginForm
let
pa
=
this
.
loginForm
...
...
zhiJianBusi/zjbPhone/login.html
View file @
7ea447e
...
@@ -72,6 +72,6 @@
...
@@ -72,6 +72,6 @@
<script
src=
"js/axios.min.js"
></script>
<script
src=
"js/axios.min.js"
></script>
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/vue.min.js"
></script>
<script
src=
"js/util.js"
></script>
<script
src=
"js/util.js"
></script>
<script
src=
"js/login.js?
4412334
"
></script>
<script
src=
"js/login.js?
12
"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment