浏览代码

替换跳转地址为h5

yuanmingze 5 天之前
父节点
当前提交
18aa78dd60
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/compliance-plan/index.vue
  2. 1 1
      src/views/compliance-registration/index.vue

+ 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