仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PM20221203225_Web
北京经济技术开发区经开区虚拟城市项目-【前端】-Web
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
[细节调整] 1.拆分主菜单,修改切换逻辑 2.按钮移动效果添加
Jin Lei
2023-11-15
61c3846cd8213fe3a7a5580c653936b4cbf0e3ef
[PM20221203225_Web.git]
/
src
/
components
/
ErrorPage.vue
1
2
3
4
5
6
7
8
9
10
11
12
<template>
<div>404</div>
</template>
<script>
export default {
name: "ErrorPage",
};
</script>
<style>
</style>