diff --git a/config.js b/config.js index 31f99ed..c1c939d 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ module.exports = { // #ifdef H5 // baseUrl: '/canteen/dev-api', // baseUrl: '/dev-api', - baseUrl: 'http://192.168.137.1:48380',//测试 + baseUrl: 'http://192.168.1.100:48380',//测试 // baseUrl: 'http://192.168.2.54:48380',//测试 // baseUrl: 'http://192.168.0.244:58580',//测试 // baseUrl: 'http://192.168.2.82:58080',//张天强 diff --git a/manifest.json b/manifest.json index 84741e5..1b73e7b 100644 --- a/manifest.json +++ b/manifest.json @@ -85,7 +85,7 @@ } } }, - "title" : "绿智食堂", + "title" : "征途通", "router" : { "mode" : "hash", "base" : "./" diff --git a/package.json b/package.json index d183fd1..fcbd5c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gz_safety_app", "version": "1.0.0", - "description": "绿智食堂", + "description": "征途通", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/pages.json b/pages.json index 6f38614..f1bb2c1 100644 --- a/pages.json +++ b/pages.json @@ -281,7 +281,7 @@ }, "globalStyle": { "navigationBarTextStyle": "white", - "navigationBarTitleText": "绿智食堂", + "navigationBarTitleText": "征途通", "navigationBarBackgroundColor": "#3989FF" } } diff --git a/pages/index.vue b/pages/index.vue index 0af34df..c6a3ba5 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,6 +1,6 @@