Commit d29fe10b authored by RuoYi's avatar RuoYi

删除babel,提高编译速度。

parent 086b9cdc
...@@ -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",
......
...@@ -42,7 +42,7 @@ public class SysLoginController ...@@ -42,7 +42,7 @@ public class SysLoginController
/** /**
* 登录方法 * 登录方法
* *
* @param loginBody 登信息 * @param loginBody 登信息
* @return 结果 * @return 结果
*/ */
@PostMapping("/login") @PostMapping("/login")
......
...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment