公告板
版本库
filestore
活动
搜索
登录
陈少雄
/
sms_center_backstage
短信中心
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
上下架接口报错回滚状态
long
2021-02-22
4dde145ee066a30b441a9687ab8a7b673c0a3ff1
[~chenshaoxiong/sms_center_backstage.git]
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>