Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
3f871a74
Commit
3f871a74
authored
2 years ago
by
wuchun
Browse files
Options
Browse Files
Download
Plain Diff
提交
parents
a57ea1e4
9565eba2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
803 additions
and
2 deletions
+803
-2
Login2019.vue
src/components/Login2019.vue
+6
-0
resetPassword.vue
src/components/resetPassword.vue
+786
-0
index.js
src/plug/index.js
+2
-2
config.js
src/router/config.js
+9
-0
No files found.
src/components/Login2019.vue
View file @
3f871a74
...
...
@@ -341,6 +341,12 @@
this
.
$cookie
.
set
(
"RB_Group_id"
,
userData
.
RB_Group_id
);
localStorage
.
menu
=
JSON
.
stringify
(
firstTire
)
this
.
loginState
=
0
;
if
(
!
jsonData
.
data
.
IsExactness
)
{
this
.
$router
.
push
({
path
:
"/resetPassword"
});
return
}
this
.
$router
.
push
({
path
:
"/personalCenter"
});
...
...
This diff is collapsed.
Click to expand it.
src/components/resetPassword.vue
0 → 100644
View file @
3f871a74
This diff is collapsed.
Click to expand it.
src/plug/index.js
View file @
3f871a74
...
...
@@ -119,8 +119,8 @@ export default {
let
crmUrl
=
""
;
//crm API
let
locationName
=
window
.
location
.
hostname
;
// domainUrl = "http://192.168.10.128";
domainUrl
=
"http://192.168.10.226
"
// 刘东电脑
// domainUrl = "http://192.168.10.20
6:8015";
// domainUrl = "http://192.168.10.9:8083
" // 刘东电脑
domainUrl
=
"http://192.168.10.22
6:8015"
;
// domainUrl = "http://reborn.oytour.com";
let
crmLocalFileStreamDownLoadUrl
=
""
;
crmLocalFileStreamDownLoadUrl
=
locationName
.
indexOf
(
'oytour'
)
!==
-
1
?
"http://crm.oytour.com"
:
"http://testcrm.oytour.com"
;
...
...
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
3f871a74
...
...
@@ -18,6 +18,15 @@ export default {
component
:
login
},
{
path
:
'/resetPassword'
,
name
:
'resetPassword'
,
component
:
resolve
=>
require
([
'@/components/resetPassword'
],
resolve
),
meta
:
{
title
:
'修改密码'
},
},
{
path
:
'/leaderPrint'
,
//领队用款计划
name
:
'leaderPrint'
,
...
...
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