mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	remove 移除无用配置
This commit is contained in:
		@@ -129,11 +129,6 @@ public class Constants
 | 
			
		||||
     */
 | 
			
		||||
    public static final String SYS_DICT_KEY = "sys_dict:";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 资源映射路径 前缀
 | 
			
		||||
     */
 | 
			
		||||
    public static final String RESOURCE_PREFIX = "/profile";
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * RMI 远程方法调用
 | 
			
		||||
	 */
 | 
			
		||||
 
 | 
			
		||||
@@ -104,8 +104,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
 | 
			
		||||
                        "/*.html",
 | 
			
		||||
                        "/**/*.html",
 | 
			
		||||
                        "/**/*.css",
 | 
			
		||||
                        "/**/*.js",
 | 
			
		||||
                        "/profile/**"
 | 
			
		||||
                        "/**/*.js"
 | 
			
		||||
                ).permitAll()
 | 
			
		||||
                .antMatchers("/doc.html").anonymous()
 | 
			
		||||
                .antMatchers("/swagger-resources/**").anonymous()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user