From e6121cda1d608cf2441b19d76d1615967871e74f Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 08 Sep 2025 16:13:32 +0800
Subject: [PATCH] 2
---
src/views/C2C/withdraw/withdrawPage.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/C2C/withdraw/withdrawPage.vue b/src/views/C2C/withdraw/withdrawPage.vue
index 7b241e7..0ce661c 100644
--- a/src/views/C2C/withdraw/withdrawPage.vue
+++ b/src/views/C2C/withdraw/withdrawPage.vue
@@ -119,12 +119,12 @@
<script>
import { Popup, ActionSheet, Toast, Dialog } from "vant"
-import Axios from "@/API/recharge.js"
-import AxiosWithdraw from "@/API/withdraw.js"
+import Axios from "@/service/recharge.js"
+import AxiosWithdraw from "@/service/withdraw.js"
import assetsHead from "@/components/assets-head";
import BarScan from '@/components/scan/scan.vue';
-import { _getAllWallet } from "@/API/fund.api";
-import AxiosUser from "@/API/userCenter";
+import { _getAllWallet } from "@/service/fund.api";
+import AxiosUser from "@/service/userCenter";
import { mapGetters } from "vuex";
export default {
name: "withdrawPage",
--
Gitblit v1.9.3