Explorar o código

Merge branch 'feature-guokaida-260908'

yuanmingze hai 5 días
pai
achega
0eddbd6530

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

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

+ 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://c.yaoyi.net/h5/#/pages/artile/training-registration'
 const REDIRECT_DELAY = 1000
 
 let redirectTimer: number | undefined