@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/env.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tms-core",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
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/index/carlife/pages/index/index'; // 出行首页地址
99
+ const SINAN_HOME = '/modules/home/pages/index/index'; // 出行首页地址
100
100
  const MYCAR_HOME = '/modules/car/index/index'; // 我的车首页地址
101
101
 
102
102
  /**