仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
shys/Web.Ch.V1.0
成行项目(WEB)
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix: 修改运行点分析
yangyin
2024-05-14
ec25c96147d8c5fb840a5d6dd77d049e0605144c
[IStation/shys/Web.Ch.V1.0.git]
/
src
/
views
/
project
/
platformManage
/
cacheManage
/
CacheManage.vue
1
2
3
4
5
6
7
8
9
<template>
<CacheManageCom :request="request" />
</template>
<script setup lang="ts">
import CacheManageCom from '/@/projectCom/sysSetting/cacheManage/CacheManageCom.vue';
import request from '/@/utils/request';
</script>
<style scoped lang="scss"></style>