Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
zhengke
HotelProject
Commits
81a4ebf0
Commit
81a4ebf0
authored
Feb 10, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
7a9e6eae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
222 additions
and
376 deletions
+222
-376
Login.vue
src/components/global/Login.vue
+2
-2
index.js
src/plugins/index.js
+220
-374
No files found.
src/components/global/Login.vue
View file @
81a4ebf0
...
...
@@ -70,7 +70,7 @@ export default {
initData
()
{
//判断是否是线上环境
if
(
!
this
.
isOnline
())
{
this
.
userInfo
.
EmAccount
=
"1
8117845617
"
;
this
.
userInfo
.
EmAccount
=
"1
3551126755
"
;
this
.
userInfo
.
EmPassword
=
"123456"
;
}
this
.
userInfo
.
Domain
=
window
.
location
.
hostname
...
...
@@ -87,7 +87,7 @@ export default {
}
this
.
btnLoading
=
true
;
this
.
api
JavaPost
(
"/api/login/userlogin
"
,
this
.
userInfo
,
this
.
api
post
(
"scm_get_SCMLoginService
"
,
this
.
userInfo
,
res
=>
{
this
.
btnLoading
=
false
;
if
(
res
.
data
.
resultCode
===
1
)
{
...
...
src/plugins/index.js
View file @
81a4ebf0
This diff is collapsed.
Click to expand it.
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