Commit b2d233a2 authored by chenjiahao's avatar chenjiahao

跳转详情

parent dfa740a7
......@@ -101,6 +101,14 @@ export const PCFontRoute: AppRouteRecordRaw = {
title: '',
},
},
{
path: '/aaaFont/nationalPolicy/detail',
name: 'nationalPolicyDetail',
component: () => import('@/views/AAAFont/nationalPolicy/detail.vue'),
meta: {
title: '',
},
},
{
path: '/aaaFont/dataRegistration',
name: 'dataRegistration',
......
<template>1111111111</template>
<script>
export default {
name: 'detail',
};
</script>
<style scoped></style>
......@@ -137,6 +137,7 @@
});
function handleClick() {
console.log('click');
window.open('/#/aaaFont/nationalPolicy/detail', '_blank');
}
</script>
<style scoped lang="scss">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment