仪表盘
版本库
文件存储
活动
搜索
登录
hy
/
vue_mdc_hyjs
航宇救生前端代码
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
DNC模块: 1、解决点击tabs栏空白处出现空内容组件问题 2、新增树内容搜索时若清空内容后还原为搜索前展开的树节点的功能 产品结构树: 1、工艺和...
zhaowei
2025-02-28
b96d0e41cb4d68074fef53ae0ef10ee0c6be1b07
[hy/vue_mdc_hyjs.git]
/
src
/
views
/
exception
/
500.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<template>
<exception-page type="500" />
</template>
<script>
import ExceptionPage from './ExceptionPage'
export default {
components: {
ExceptionPage
}
}
</script>
<style scoped>
</style>