公告板
版本库
filestore
活动
搜索
登录
main
/
docManageSystem
研发图纸文件管理系统-前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 软件已上传的源码包 共享给未上传的
he wei
2025-03-13
ec8d9f802eac6841165425b228ef56474636fa9a
[docManageSystem.git]
/
src
/
pages
/
Demo.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
<div>
<p>query: {{$route.query}}</p>
<p>params: {{$route.params}}</p>
</div>
</template>
<script>
export default {
name: 'Demo'
}
</script>
<style scoped>
</style>