@tmsfe/tms-core 0.0.25 → 0.0.26
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/package.json +1 -1
- package/src/env.js +1 -1
package/package.json
CHANGED
package/src/env.js
CHANGED
|
@@ -96,7 +96,7 @@ export const isAppPageExist = (page) => {
|
|
|
96
96
|
// 以下变量标识各小程序appId
|
|
97
97
|
const MOBILITY_APPID = 'wx65cc950f42e8fff1'; // 出行服务小程序AppId
|
|
98
98
|
const MOBILITY_DEMO_APPID = 'wxa7ce727b525f80b0'; // 出行服务demo小程序AppId
|
|
99
|
-
const SINAN_HOME = '/modules/
|
|
99
|
+
const SINAN_HOME = '/modules/home/pages/index/index'; // 出行首页地址
|
|
100
100
|
const MYCAR_HOME = '/modules/car/index/index'; // 我的车首页地址
|
|
101
101
|
|
|
102
102
|
/**
|