diff --git a/App.vue b/App.vue index 7e7ee2d..76b2937 100644 --- a/App.vue +++ b/App.vue @@ -1,24 +1,28 @@ - + \ No newline at end of file diff --git a/api/model/index.js b/api/model/index.js index 8e200da..0513b09 100644 --- a/api/model/index.js +++ b/api/model/index.js @@ -205,6 +205,12 @@ const api = { url: '/recycle-admin/applet/index/getAreaList', method: 'GET', auth : true, + + }, + getCumulativeRecoveryCount: { + url: '/recycle-admin/applet/order/getCumulativeRecoveryCount', + method: 'GET', + auth : true, }, } diff --git a/config.js b/config.js index bc962ac..081fdcd 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ const type = 'dev' const config = { dev: { - baseUrl: 'https://www.ddmhs.top', + baseUrl: 'http://h5.xzaiyp.top', }, prod: { baseUrl: 'https://www.ddmhs.top', diff --git a/pages/component/home.vue b/pages/component/home.vue index 29adfff..722211a 100644 --- a/pages/component/home.vue +++ b/pages/component/home.vue @@ -13,7 +13,7 @@