diff --git a/apps/hand-factory/config.js b/apps/hand-factory/config.js index 2ed0e74..14fb220 100644 --- a/apps/hand-factory/config.js +++ b/apps/hand-factory/config.js @@ -1,6 +1,7 @@ // 应用全局配置 module.exports = { - baseUrl: 'http://192.168.31.116:8080', + // baseUrl: 'http://192.168.31.116:8080', + baseUrl: 'http://140.143.206.120:8080', // baseUrl: 'http://localhost:8080', // 应用信息 appInfo: { diff --git a/apps/hand-factory/pages.json b/apps/hand-factory/pages.json index e0fa029..1ce4cc7 100644 --- a/apps/hand-factory/pages.json +++ b/apps/hand-factory/pages.json @@ -1,11 +1,5 @@ { "pages": [ - { - "path": "pages/login", - "style": { - "navigationBarTitleText": "登录" - } - }, { "path": "pages/index", "style": { @@ -13,6 +7,13 @@ "navigationStyle": "custom" } }, + { + "path": "pages/login", + "style": { + "navigationBarTitleText": "登录" + } + }, + { "path": "pages/mine/index", "style": { diff --git a/apps/l2/src/views/l2/log/index.vue b/apps/l2/src/views/l2/log/index.vue index 7ff16bb..1b1a1f4 100644 --- a/apps/l2/src/views/l2/log/index.vue +++ b/apps/l2/src/views/l2/log/index.vue @@ -93,8 +93,8 @@