Browse Source

修复地址错误

yuanmingze 1 tuần trước cách đây
mục cha
commit
fb414d1af4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/compliance-registration/index.vue

+ 1 - 1
src/views/compliance-registration/index.vue

@@ -34,7 +34,7 @@
 <script setup lang="ts">
 import { onBeforeUnmount, onMounted } from 'vue'
 
-const REGISTRATION_URL = 'https://preapi.yaoyi.net/h5/#/pages/artile//training-registration'
+const REGISTRATION_URL = 'https://preapi.yaoyi.net/h5/#/pages/artile/training-registration'
 const REDIRECT_DELAY = 1000
 
 let redirectTimer: number | undefined