diff --git a/src/config/env.ts b/src/config/env.ts index c1ee71a..06bab30 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -3,7 +3,8 @@ type ServiceEnv = Record const serviceEnv: ServiceEnv = { dev: { - url: 'http://192.168.0.100:8787', + // url: 'https://hex.jipinq.cn', + url: '/api', json: 'http://localhost:8080', }, test: { @@ -11,7 +12,7 @@ const serviceEnv: ServiceEnv = { json: 'http://localhost:8080', }, prod: { - url: 'http://localhost:8080', + url: 'https://hex.jipinq.cn', json: 'http://localhost:8080', }, } diff --git a/src/manifest.json b/src/manifest.json index ce4d4c1..3c35fa2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name" : "452", + "name" : "旅游度假预约出行系统", "appid" : "__UNI__FAB99D9", "description" : "", "versionName" : "1.0.0", @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx56a1f8716a60996d", + "appid" : "wx2e8b2af5ed5b28b4", "setting" : { "urlCheck" : false }, diff --git a/src/pages/appointment-form/index.vue b/src/pages/appointment-form/index.vue index 9734159..8b3ab22 100644 --- a/src/pages/appointment-form/index.vue +++ b/src/pages/appointment-form/index.vue @@ -1,21 +1,28 @@