biz9-logic 4.8.342 → 4.8.343
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 +4 -4
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1689,10 +1689,10 @@ class Url {
|
|
|
1689
1689
|
static POST_ORDER="item/post_order";
|
|
1690
1690
|
static SEARCH_ORDER="item/search_order";
|
|
1691
1691
|
//page
|
|
1692
|
-
static
|
|
1693
|
-
static
|
|
1694
|
-
static
|
|
1695
|
-
static
|
|
1692
|
+
static HOME="page/home";
|
|
1693
|
+
static ABOUT="page/about";
|
|
1694
|
+
static CONTACT="page/contact";
|
|
1695
|
+
static FAQ="page/faq";
|
|
1696
1696
|
//product
|
|
1697
1697
|
static PRODUCT_DETAIL="product/detail";
|
|
1698
1698
|
static PRODUCT_HOME="product/home";
|