From f70e7bf2d17e3e2d5b644a1e1bd05821f6ccc4f9 Mon Sep 17 00:00:00 2001 From: ronger Date: Fri, 10 Dec 2021 19:37:06 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=88=91=E7=9A=84=E9=92=B1=E5=8C=85?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- store/wallet.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/wallet.js b/store/wallet.js index fd95c01..f387564 100644 --- a/store/wallet.js +++ b/store/wallet.js @@ -1,4 +1,4 @@ -export const BANK_ACCOUNT_API_PATH = '/api/wallet' +export const WALLET_API_PATH = '/api/wallet' const getDefaultListData = () => { return { @@ -43,7 +43,7 @@ export const actions = { commit('updateDetailFetching', true) console.log(params) return this.$axios - .$get(`${BANK_ACCOUNT_API_PATH}/${params.idUser}`, { + .$get(`${WALLET_API_PATH}/${params.idUser}`, { params: { type: 3 }