删除babel,提高编译速度。

This commit is contained in:
RuoYi 2020-07-17 16:20:31 +08:00
parent 086b9cdc23
commit d29fe10b93
3 changed files with 2 additions and 5 deletions

View File

@ -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",

View File

@ -42,7 +42,7 @@ public class SysLoginController
/** /**
* 登录方法 * 登录方法
* *
* @param loginBody 信息 * @param loginBody 信息
* @return 结果 * @return 结果
*/ */
@PostMapping("/login") @PostMapping("/login")

View File

@ -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)