diff --git a/pages.json b/pages.json index 4a1656d..6adf6e2 100644 --- a/pages.json +++ b/pages.json @@ -1,15 +1,15 @@ { "pages": [ { - "path": "pages/index/index", + "path": "pages/login/login", "style": { - "navigationBarTitleText": "设备租赁", "navigationStyle": "custom" } }, { - "path": "pages/login/login", + "path": "pages/index/index", "style": { + "navigationBarTitleText": "设备租赁", "navigationStyle": "custom" } }, diff --git a/utils/request.js b/utils/request.js index a17104a..b1b916d 100644 --- a/utils/request.js +++ b/utils/request.js @@ -19,17 +19,17 @@ const ENV_CONFIG = { develop: { // 开发环境 // baseUrl: 'http://192.168.2.174:4501', - baseUrl: 'http://192.168.2.244:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, // TODO: 根据实际后端配置调整 }, trial: { // 体验版 - baseUrl: 'http://192.168.2.244:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, // TODO: 根据实际后端配置调整 }, release: { // 正式版 - baseUrl: 'http://192.168.2.244:4601', + baseUrl: 'https://chu.chuangtewl.com/prod-api', appId: 1, // TODO: 根据实际后端配置调整 }, }