diff --git a/.gitignore b/.gitignore index f327af3..cd82810 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/* package-lock.json yarn.lock unpackage +.hbuilderx diff --git a/config/index.js b/config/index.js index ef3e1f2..e10ce27 100644 --- a/config/index.js +++ b/config/index.js @@ -1,6 +1,6 @@ // isdev 为 true 表示开发环境 false 表示发布环境 const isdev = true; -const baseUrl = isdev ? 'http://47.116.50.126:8888' : 'http://eb467b6.r19.cpolar.top';// 办公室接口 & 测试环境 +const baseUrl = isdev ? 'https://api.jimingyiliao.com' : 'http://eb467b6.r19.cpolar.top';// 办公室接口 & 测试环境 // const baseUrl = isdev ? 'http://192.168.1.133:8899' : 'https://api.gwkjxb.com';// 办公室接口 & 正式环境 // const baseUrl = 'https://api.gwkjxb.com';// 正式环境(由于本地测试后台没有启动,暂时通用正式服) @@ -18,4 +18,4 @@ const config = { appID:'wx2a050f9a5c87a6dc', isdev } -export default config \ No newline at end of file +export default config diff --git a/pages/index/result.vue b/pages/index/result.vue index f3a92b7..c3835c9 100644 --- a/pages/index/result.vue +++ b/pages/index/result.vue @@ -1,7 +1,7 @@ + } +