diff --git a/config.js b/config.js index 09c19fa..6ba2c83 100644 --- a/config.js +++ b/config.js @@ -13,10 +13,11 @@ const type = 'prod' // 环境配置 const config = { dev : { - baseUrl : 'http://h5.xzaiyp.top/answer-api', + baseUrl : 'http://127.0.0.1:8000/answer-api', + // baseUrl : 'http://h5.xzaiyp.top/answer-api', }, prod : { - baseUrl : 'https://answer-api.hhlm1688.com/answer-api', + baseUrl : 'https://admin.geniusjourneyclub.com/answer-api', } } diff --git a/doc/bg.zip b/doc/bg.zip new file mode 100644 index 0000000..6186dfb Binary files /dev/null and b/doc/bg.zip differ diff --git a/pages/index/index.vue b/pages/index/index.vue index 5cc6615..0f74e18 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,19 +1,13 @@