支付跳转隐私政策

This commit is contained in:
李志鹏
2026-06-01 15:34:01 +08:00
parent 44dea76108
commit ff36a56002
4 changed files with 26 additions and 5 deletions

View File

@@ -1,8 +0,0 @@
export const UrlList = {
aida: 'https://www.aida.com.hk/',
codeCreate: 'https://www.code-create.com/',
}
export const openView = (url) => {
window.open(url, '_blank')
}

View File

@@ -12,7 +12,7 @@
<script setup lang="ts">
import { computed, ref } from 'vue'
import { UrlList, openView } from './UrlList'
import { UrlList, openView } from '../../utils/UrlList'
</script>
<style lang="less">

View File

@@ -52,7 +52,7 @@
import { useRouter } from 'vue-router'
const router = useRouter()
import HomeFooter from '@/components/Footer.vue'
import { UrlList, openView } from './UrlList'
import { UrlList, openView } from '../../utils/UrlList'
</script>
<style lang="less">