biz9-logic 4.8.338 → 4.8.339
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 +2 -1
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1809,6 +1809,8 @@ class Url_Logic {
|
|
|
1809
1809
|
static URL_CATEGORY_DETAIL="category/detail";
|
|
1810
1810
|
static URL_CATEGORY_HOME="category/home";
|
|
1811
1811
|
static URL_CATEGORY_SEARCH="category/search";
|
|
1812
|
+
//cms
|
|
1813
|
+
static URL_POST_CMS="item/post_cms";
|
|
1812
1814
|
//content
|
|
1813
1815
|
static URL_CONTENT="item/content";
|
|
1814
1816
|
//crud
|
|
@@ -1819,7 +1821,6 @@ class Url_Logic {
|
|
|
1819
1821
|
static URL_GET="main/crud/get";
|
|
1820
1822
|
static URL_PARENT_TOP="main/crud/parent_top";
|
|
1821
1823
|
static URL_POST="main/crud/post";
|
|
1822
|
-
static URL_POST_CMS="main/crud/post_cms";
|
|
1823
1824
|
static URL_POST_LIST="main/crud/post_list";
|
|
1824
1825
|
static URL_SEARCH="main/crud/search";
|
|
1825
1826
|
//dashboard
|