23 lines
234 B
Vue
Raw Normal View History

2022-08-02 10:16:07 +08:00
<template>
<div>
2022-08-06 20:03:35 +08:00
权限管理废弃
2022-08-02 10:16:07 +08:00
</div>
</template>
<script>
export default {
name: 'GlxtAuthority',
data() {
return {}
},
mounted() {},
methods: {},
}
</script>
<style lang="scss" scoped>
</style>