Browse Source

管理后台查询框自适应调整

zuypeng 1 năm trước cách đây
mục cha
commit
82c784d19c

+ 1 - 1
admin-web/src/utils/field.ts

@@ -63,7 +63,7 @@ const fieldUtil = {
                 sm: 4,
                 md: 4,
                 lg: 2,
-                xl: 1,
+                xl: 2,
                 rules: [],
                 placeholder:  f.label,
                 readonly: false

+ 1 - 0
car-wash-miniapp/src/main/java/com/kym/miniapp/config/SaTokenConfigure.java

@@ -24,6 +24,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
                         "/error",
                         "/user/wxLogin",
                         "/dict/list",
+                        "/banner/list",
                         "/user/refresh",
                         "/payment/notify",
                         "/payment/refundNotify"