ct 1 week ago
parent
commit
597a86299b

+ 1 - 1
fs-admin/src/main/java/com/fs/hisStore/controller/FsStoreProductPackageScrmController.java

@@ -47,7 +47,7 @@ public class FsStoreProductPackageScrmController extends BaseController
     /**
      * 查询商品组合套餐列表
      */
-    @PreAuthorize("@ss.hasPermi('store:storeProductPackage:list')")
+//    @PreAuthorize("@ss.hasPermi('store:storeProductPackage:list')")
     @GetMapping("/list")
     public TableDataInfo list(FsStoreProductPackageScrm fsStoreProductPackage)
     {

+ 2 - 1
fs-framework/src/main/java/com/fs/framework/config/SecurityConfig.java

@@ -107,7 +107,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
                         "/**/*.html",
                         "/**/*.css",
                         "/**/*.js",
-                        "/profile/**"
+                        "/profile/**",
+                        "/store/store/storeProductPackage/list"
                 ).permitAll()
                 .antMatchers("/baidu/**").anonymous()
                 .antMatchers("/baiduBack/**").anonymous()