From 02a3d94d359b34e915f34abec024cbc1504a6a7c Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 18 Apr 2025 11:00:14 +0800
Subject: [PATCH] feat

---
 src/views/my/components/manualReset.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/my/components/manualReset.vue b/src/views/my/components/manualReset.vue
index 5a8ea1a..e11bd18 100644
--- a/src/views/my/components/manualReset.vue
+++ b/src/views/my/components/manualReset.vue
@@ -18,7 +18,7 @@
           <div class="text-center">
             <el-upload
               class="avatar-uploader"
-              :action="`${nowUrl}/api/api/uploadFile`"
+              :action="`${nowUrl}/wap/public/uploadimg!execute.action`"
               accept=".jpg,.jpeg,.png,.gif.JPG,.JPEG,.PNG,.GIF"
               :show-file-list="false"
               :on-success="handelDoucumentsFront"
@@ -33,7 +33,7 @@
           <div class="text-center" style="margin: 0 10px">
             <el-upload
               class="avatar-uploader"
-              :action="`${nowUrl}/api/api/uploadFile`"
+              :action="`${nowUrl}/wap/public/uploadimg!execute.action`"
               accept=".jpg,.jpeg,.png,.gif.JPG,.JPEG,.PNG,.GIF"
               :show-file-list="false"
               :on-success="handelDoucumentsBack"
@@ -48,7 +48,7 @@
           <div class="text-center">
             <el-upload
               class="avatar-uploader"
-              :action="`${nowUrl}/api/api/uploadFile`"
+              :action="`${nowUrl}/wap/public/uploadimg!execute.action`"
               accept=".jpg,.jpeg,.png,.gif.JPG,.JPEG,.PNG,.GIF"
               :show-file-list="false"
               :on-success="holdIdCardSuccess"
@@ -196,7 +196,7 @@
   },
   mounted() {
     //获取域名
-    this.nowUrl = "https://enjdhdg.site";
+    this.nowUrl = "https://btc.btcwapo.com";
   },
   methods: {
     beforeAvatarUpload(file) {

--
Gitblit v1.9.3