Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
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
孙海亮
bims
Commits
e4c5fda7
Commit
e4c5fda7
authored
1 year ago
by
WindyWTH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码合并错误内容修正
parent
e14c5c99
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13591 additions
and
2 deletions
+13591
-2
package-lock.json
package-lock.json
+13589
-0
package.json
package.json
+1
-1
login.vue
src/views/author/login.vue
+1
-1
No files found.
package-lock.json
0 → 100644
View file @
e4c5fda7
This diff is collapsed.
Click to expand it.
package.json
View file @
e4c5fda7
...
...
@@ -14,7 +14,7 @@
"
babel-plugin-lodash
"
:
"
^3.3.4
"
,
"
big.js
"
:
"
^6.2.1
"
,
"
core-js
"
:
"
^3.6.5
"
,
"
gm-crypt
"
:
"
^
0.0.2
"
,
"
gm-crypt
"
:
"
0.0.2
"
,
"
lodash
"
:
"
^4.17.21
"
,
"
lodash-webpack-plugin
"
:
"
^0.11.6
"
,
"
moment
"
:
"
^2.29.1
"
,
...
...
This diff is collapsed.
Click to expand it.
src/views/author/login.vue
View file @
e4c5fda7
...
...
@@ -82,7 +82,7 @@ export default {
});
},
_login
()
{
this
.
$apis
.
LOGIN
({...
this
.
form
,
passWord
:
encrypt
(
this
.
form
.
passWord
)}).
then
((
res
)
=>
{
this
.
$apis
.
login
({...
this
.
form
,
passWord
:
encrypt
(
this
.
form
.
passWord
)}).
then
((
res
)
=>
{
if
(
res
.
returnCode
===
"
0000
"
)
{
this
.
$store
.
commit
(
"
common/setUserInfo
"
,
res
.
content
);
const
path
=
this
.
$route
.
query
&&
this
.
$route
.
query
.
redirect
||
"
/home
"
;
...
...
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