Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
db4449d6
authored
May 11, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
0e447fbb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main.js
src/views/User/login.vue
src/main.js
View file @
db4449d6
...
@@ -5,7 +5,7 @@ import filters from './filters'
...
@@ -5,7 +5,7 @@ import filters from './filters'
import
directive
from
'./directive'
import
directive
from
'./directive'
import
{
http
}
from
'./ajax/index.js'
;
import
{
http
}
from
'./ajax/index.js'
;
import
axios
from
'axios'
import
axios
from
'axios'
import
{
Message
}
from
'element-ui'
;
//本地环境开启提示信息
//本地环境开启提示信息
Vue
.
config
.
productionTip
=
false
;
Vue
.
config
.
productionTip
=
false
;
...
...
src/views/User/login.vue
View file @
db4449d6
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
background
:
'rgba(0, 0, 0, 0)'
background
:
'rgba(0, 0, 0, 0)'
});
});
this
.
$http
(
'post'
,
"/auth/login"
,
{
this
.
$http
(
'post'
,
"/auth/login
1
"
,
{
mobile
:
this
.
form
.
mobile
,
mobile
:
this
.
form
.
mobile
,
password
:
this
.
form
.
password
,
password
:
this
.
form
.
password
,
captcha
:
this
.
form
.
captcha
,
captcha
:
this
.
form
.
captcha
,
...
...
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