幼教产品B2B生态平台小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
306 B

<template>
<view class="oh">
<view class="per-mask">功能升级中敬请期待...</view>
</view>
</template>
<script>
export default {
data() {
return {
per: true, // 是否有权限
}
},
onShow() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>