biz9-logic 4.8.381 → 4.8.383
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.
- package/biz9_config +1 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1690,6 +1690,7 @@ class Url {
|
|
|
1690
1690
|
static CATEGORY_HOME="category/home";
|
|
1691
1691
|
static CATEGORY_SEARCH="category/search";
|
|
1692
1692
|
//cms
|
|
1693
|
+
static CMS_DEMO_POST="cms/demo_post";
|
|
1693
1694
|
static CMS_POST="cms/post";
|
|
1694
1695
|
static CMS_ITEM_PARENT_TOP_TYPE_CATEGORY="cms/item_parent_top_type_category";
|
|
1695
1696
|
static CMS_SEARCH_ITEM_TYPE_CATEGORY="cms/search_item_type_category";
|