From 8ae96f033924adc377568f171f5007f1bb136c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=92=BB=E9=A3=8E?= <1090115880@qq.com> Date: Wed, 31 Mar 2021 18:05:16 +0800 Subject: [PATCH] 3-31 --- commit.csv | 1 + main.js | 12 ++++++------ pages/find/find.vue | 29 +++++++++++++++-------------- pages/index/index.vue | 4 ++-- pages/login/login.vue | 2 +- pages/mine/mine.vue | 10 ++++++++-- pages/ranking/ranking.vue | 4 ++-- utils/http.interceptor.js | 4 ++++ 8 files changed, 39 insertions(+), 27 deletions(-) diff --git a/commit.csv b/commit.csv index 0c80a10..81ea2fd 100644 --- a/commit.csv +++ b/commit.csv @@ -1,3 +1,4 @@ +2021-03-30,17:45:05,3-30,189,161 2021-03-29,20:26:56,3-29,932,416 2021-03-26,17:52:00,3-26,545,353 2021-03-25,17:52:15,3-25,326,1540 diff --git a/main.js b/main.js index 3226d22..57d7832 100644 --- a/main.js +++ b/main.js @@ -21,13 +21,13 @@ Vue.component('goods-list', goodsList) Vue.component('order-goods', orderGoods) Vue.component('large-image-list', largeImageList) // 测试域名 -Vue.prototype.BASE_URL = "https://testapi.reecook.cn" -Vue.prototype.IMAGE_URL = "https://testcdn.reecook.cn/static" -Vue.prototype.H5_BASE_URL = "https://testh5.reecook.cn" -// // 正式域名 -// Vue.prototype.BASE_URL = "https://api.reecook.cn" -// Vue.prototype.IMAGE_URL = "https://cdn.reecook.cn/static" +// Vue.prototype.BASE_URL = "https://testapi.reecook.cn" +// Vue.prototype.IMAGE_URL = "https://testcdn.reecook.cn/static" // Vue.prototype.H5_BASE_URL = "https://testh5.reecook.cn" +// // 正式域名 +Vue.prototype.BASE_URL = "https://api.reecook.cn" +Vue.prototype.IMAGE_URL = "https://cdn.reecook.cn/static" +Vue.prototype.H5_BASE_URL = "https://testh5.reecook.cn" //腾讯地图key Vue.prototype.MAP_KEY = "SPVBZ-2EXWJ-WTEFC-K7ANJ-VG7G6-V7FQ6" diff --git a/pages/find/find.vue b/pages/find/find.vue index 653df02..b6bf0ab 100644 --- a/pages/find/find.vue +++ b/pages/find/find.vue @@ -13,13 +13,13 @@ - + - + @@ -30,20 +30,21 @@