公告板
版本库
filestore
活动
搜索
登录
main
/
STUWMS
智云APP移动端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
项目提交
WYB
2021-03-22
91b8cdad021ab052e4991f3d41834a6f0ddc36b8
[stuwms.git]
/
JiepeiWMS.Admin
/
src
/
views
/
TestShow
/
TestTwo.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
<div>我是测试的第二个页面.</div>
</template>
<script>
export default {
name: "TestTwo"
}
</script>
<style scoped>
</style>