udxcms 1.0.46 → 1.0.48

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.
@@ -4,9 +4,9 @@
4
4
  * @Author:
5
5
  * @Date: 2021-08-02 11:52:46
6
6
  * @LastEditors: lewis lewis@everylink.ai
7
- * @LastEditTime: 2025-11-14 17:40:45
7
+ * @LastEditTime: 2025-12-15 19:25:23
8
8
  */
9
- // const CDNURL = 'https://devnet-cms.parascan.org'
9
+ // const CDNURL = 'https://devnet-cms.parascan.org' https://chainhub-devnet-0.parascan.org/
10
10
  const CDNURL = 'https://topnerds.org';
11
11
  export default {
12
12
  sitePath: process.env.VUE_APP_MODE == 'production' ? 'https://djgs8mufg9606.cloudfront.net/' : `${CDNURL}/`, // site path
@@ -22,5 +22,5 @@ export default {
22
22
  baseLanguage: 'en_US',
23
23
  mainNetWorkArr: [1, 3, 4, 5, 42],
24
24
  cmsAcademyMediaShow: true,
25
- notNeedLoginRoute: ['home', 'trade', 'market-home']
25
+ notNeedLoginRoute: ['home', 'trade', 'market-home', 'trade-home']
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udxcms",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "description": "cms submodule",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",