@@ -17,7 +17,7 @@ import java.util.List;
* @author chenyi
* Create on 2019/10/10
*/
-@Profile("prod")
+@Profile({"prod","ailishi"})
@Configuration
public class InterceptorCfg implements WebMvcConfigurer {