فهرست منبع

启动参数修改默认值

cc12458 1 روز پیش
والد
کامیت
a05ad6d0b7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/request/model/index.ts

+ 1 - 1
src/request/model/index.ts

@@ -11,7 +11,7 @@ export function application(data: Record<string, any>) {
     [
       ['preset', '\\d+', '1'],
       ['el', '[\\w|]+', ''],
-      ['page', '/\\w+', '/screen'],
+      ['page', '/\\w+'],
       ['com', '[^;]+'],
       ['title', '[^;]+'],
     ] as const,