From b88ac1f9c476225717b925b93068b78843b2e36d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Sat, 8 Apr 2023 21:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=A8=E6=88=B7=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E7=9B=B8=E5=85=B3=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/core/apis.js b/src/core/apis.js index 8b38ce6..60b5829 100644 --- a/src/core/apis.js +++ b/src/core/apis.js @@ -54,26 +54,6 @@ export default { showLoading: true, auth: true, }, - address: { - list: { - url: "/wxapp/Useraddress/getalladdress", - showLoading: true, - auth: true, - }, - edit: { - url: "/wxapp/Useraddress/applyaddress", - auth: true, - }, - detail: { - url: "/wxapp/Useraddress/addressinfo", - showLoading: true, - auth: true, - }, - delete: { - url: "/wxapp/Useraddress/deleteaddress", - auth: true, - } - }, registerType: { url: "/wxapp/index/registertype", showLoading: true,