mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-15 23:00:45 +08:00
feat: add corrletion analysis & multi-layer modeling router
This commit is contained in:
5
src/views/correlationAnalysis/correlation/index.vue
Normal file
5
src/views/correlationAnalysis/correlation/index.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>关联度分析</div>
|
||||
</template>
|
||||
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>关键参数提取</div>
|
||||
</template>
|
||||
5
src/views/multi-layer/management/index.vue
Normal file
5
src/views/multi-layer/management/index.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>模型管理</div>
|
||||
</template>
|
||||
5
src/views/multi-layer/modeling/index.vue
Normal file
5
src/views/multi-layer/modeling/index.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>多层建模</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user