提交 1723413a authored 作者: 王鹏飞's avatar 王鹏飞

feat: 新增用户画像模块

上级 825af560
...@@ -4,6 +4,10 @@ import Layout from '@/components/layout/Index.vue' ...@@ -4,6 +4,10 @@ import Layout from '@/components/layout/Index.vue'
const routes: RouteRecordRaw[] = [ const routes: RouteRecordRaw[] = [
{ {
path: '/analyze', path: '/analyze',
redirect: '/analyze/user'
},
{
path: '/analyze/user',
component: Layout, component: Layout,
children: [{ path: '', component: () => import('./views/Index.vue') }] children: [{ path: '', component: () => import('./views/Index.vue') }]
} }
......
<template>
<iframe
src="https://bi.ezijing.com/bi//?proc=1&action=viewer&hback=true&isInPreview=true&db=!7d2b!!8346!!6559!!80b2!!6570!!5b57!!8425!!9500!!5206!!6790!!2f!RIO!7528!!6237!!753b!!50cf!!5206!!6790!.db&platform=PC&browserType=chrome"
class="iframe"></iframe>
</template>
<style lang="scss">
.iframe {
display: block;
padding: 0;
margin: 0;
border: 0;
width: 100%;
height: calc(100vh - 90px);
}
</style>
<template>
<AppCard></AppCard>
</template>
...@@ -189,7 +189,8 @@ const adminMenus: IMenuItem[] = [ ...@@ -189,7 +189,8 @@ const adminMenus: IMenuItem[] = [
{ {
name: '报表分析', name: '报表分析',
path: '/analyze', path: '/analyze',
icon: markRaw(IconAnalyze) icon: markRaw(IconAnalyze),
children: [{ name: '用户画像', path: '/analyze/user' }]
} }
] ]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论