支付跳转隐私政策
This commit is contained in:
@@ -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')
|
||||
}
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user