star-horse-lowcode 3.0.5 → 3.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,9 +80,13 @@ export type ApiUrls = {
80
80
  */
81
81
  permissionsUrl?: string;
82
82
  /**
83
- * 应用名称
83
+ * 应用名称或者接口前缀路径
84
84
  */
85
85
  appName?: string;
86
+ /**
87
+ * 子路径
88
+ */
89
+ subPrefix?: string;
86
90
  /**
87
91
  * 权限隔离属性字段,如果提供则所有Post请求都会带上该字段
88
92
  * 接口过滤条件