mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	删除babel,提高编译速度。
This commit is contained in:
		@@ -65,9 +65,6 @@
 | 
			
		||||
    "vuex": "3.1.0"
 | 
			
		||||
  },
 | 
			
		||||
  "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-eslint": "^3.9.1",
 | 
			
		||||
    "@vue/cli-plugin-unit-jest": "3.5.3",
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,7 @@ public class SysLoginController
 | 
			
		||||
    /**
 | 
			
		||||
     * 登录方法
 | 
			
		||||
     * 
 | 
			
		||||
     * @param loginBody 登陆信息
 | 
			
		||||
     * @param loginBody 登录信息
 | 
			
		||||
     * @return 结果
 | 
			
		||||
     */
 | 
			
		||||
    @PostMapping("/login")
 | 
			
		||||
 
 | 
			
		||||
@@ -297,7 +297,7 @@ public class SysUser extends BaseEntity
 | 
			
		||||
    {
 | 
			
		||||
        this.postIds = postIds;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public String toString() {
 | 
			
		||||
        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user