@@ -104,6 +104,15 @@ const common = [
hideSide: true
}
},
+ {
+ path: '/domainNameTest',
+ component: () => import('@/views/domainName'),
+ name: 'domainName',
+ meta: {
+ title: '访问配置业务域名',
+ hideSide: true
+ }
+ },
...headhunting
]
@@ -0,0 +1,12 @@
+<!-- -->
+<template>
+ <div></div>
+</template>
+
+<script setup>
+defineOptions({name: 'domainName-index'})
+window.location.href = 'https://minio.menduner.com/dev/34b1e846f19d86cd1a805dc52e121904632c4d80daac64a74be87c1b0778f7da.txt'
+</script>
+<style lang="scss" scoped>
+</style>