From 05baf153633a66e7426fe95a8db01a73d9637051 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 Aug 2022 17:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=A2=9E=E5=8A=A0=E5=85=B3?= =?UTF-8?q?=E4=BA=8E=E7=99=BB=E5=BD=95=E4=BF=A1=E6=81=AF=E7=9A=84=E6=89=A9?= =?UTF-8?q?=E5=B1=95=E5=9F=8B=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/mutations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/mutations.js b/project/xiushan/mutations.js index 719dec60..62092e40 100644 --- a/project/xiushan/mutations.js +++ b/project/xiushan/mutations.js @@ -2,7 +2,7 @@ import axios from "dvcp-ui/lib/js/request"; export default { getFinanceUser(state) { - axios.post("appfinancialorganizationuser/checkUser").then(res => { + axios.post("/app/appfinancialorganizationuser/checkUser").then(res => { state.user.financeUser = res.data }).catch(() => 0) }