Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
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
liyang
sts网站
Commits
d29fe10b
Commit
d29fe10b
authored
Jul 17, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除babel,提高编译速度。
parent
086b9cdc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
package.json
ruoyi-ui/package.json
+0
-3
SysLoginController.java
...m/ruoyi/project/system/controller/SysLoginController.java
+1
-1
SysUser.java
...rc/main/java/com/ruoyi/project/system/domain/SysUser.java
+1
-1
No files found.
ruoyi-ui/package.json
View file @
d29fe10b
...
@@ -65,9 +65,6 @@
...
@@ -65,9 +65,6 @@
"vuex"
:
"3.1.0"
"vuex"
:
"3.1.0"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@babel/core"
:
"7.0.0"
,
"@babel/register"
:
"7.0.0"
,
"@babel/parser"
:
"^7.7.4"
,
"@vue/cli-plugin-babel"
:
"3.5.3"
,
"@vue/cli-plugin-babel"
:
"3.5.3"
,
"@vue/cli-plugin-eslint"
:
"^3.9.1"
,
"@vue/cli-plugin-eslint"
:
"^3.9.1"
,
"@vue/cli-plugin-unit-jest"
:
"3.5.3"
,
"@vue/cli-plugin-unit-jest"
:
"3.5.3"
,
...
...
ruoyi/src/main/java/com/ruoyi/project/system/controller/SysLoginController.java
View file @
d29fe10b
...
@@ -42,7 +42,7 @@ public class SysLoginController
...
@@ -42,7 +42,7 @@ public class SysLoginController
/**
/**
* 登录方法
* 登录方法
*
*
* @param loginBody 登
陆
信息
* @param loginBody 登
录
信息
* @return 结果
* @return 结果
*/
*/
@PostMapping
(
"/login"
)
@PostMapping
(
"/login"
)
...
...
ruoyi/src/main/java/com/ruoyi/project/system/domain/SysUser.java
View file @
d29fe10b
...
@@ -297,7 +297,7 @@ public class SysUser extends BaseEntity
...
@@ -297,7 +297,7 @@ public class SysUser extends BaseEntity
{
{
this
.
postIds
=
postIds
;
this
.
postIds
=
postIds
;
}
}
@Override
@Override
public
String
toString
()
{
public
String
toString
()
{
return
new
ToStringBuilder
(
this
,
ToStringStyle
.
MULTI_LINE_STYLE
)
return
new
ToStringBuilder
(
this
,
ToStringStyle
.
MULTI_LINE_STYLE
)
...
...
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