web-dc-api 0.0.36 → 0.0.37
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/dist/dc.js +1 -1
- package/dist/dc.min.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/lib/common/define.ts +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -71621,7 +71621,7 @@ let _baseUrl = '';
|
|
|
71621
71621
|
let _walletOrigin = 'http://localhost:3000';
|
|
71622
71622
|
// todo 发布需要注释
|
|
71623
71623
|
// if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
|
|
71624
|
-
_baseUrl = '/
|
|
71624
|
+
_baseUrl = '/v0_0_8';
|
|
71625
71625
|
_walletOrigin = 'https://wallet.dcnetio.com';
|
|
71626
71626
|
// }
|
|
71627
71627
|
const walletOrigin = _walletOrigin;
|
package/dist/index.esm.js
CHANGED
|
@@ -71599,7 +71599,7 @@ let _baseUrl = '';
|
|
|
71599
71599
|
let _walletOrigin = 'http://localhost:3000';
|
|
71600
71600
|
// todo 发布需要注释
|
|
71601
71601
|
// if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
|
|
71602
|
-
_baseUrl = '/
|
|
71602
|
+
_baseUrl = '/v0_0_8';
|
|
71603
71603
|
_walletOrigin = 'https://wallet.dcnetio.com';
|
|
71604
71604
|
// }
|
|
71605
71605
|
const walletOrigin = _walletOrigin;
|
package/lib/common/define.ts
CHANGED
|
@@ -3,7 +3,7 @@ let _baseUrl = '';
|
|
|
3
3
|
let _walletOrigin = 'http://localhost:3000'
|
|
4
4
|
// todo 发布需要注释
|
|
5
5
|
// if (typeof process !== 'undefined' && process.env && process.env.NODE_ENV === 'production') {
|
|
6
|
-
_baseUrl ='/
|
|
6
|
+
_baseUrl ='/v0_0_8'
|
|
7
7
|
_walletOrigin = 'https://wallet.dcnetio.com'
|
|
8
8
|
// }
|
|
9
9
|
export const walletOrigin = _walletOrigin;
|