20 lines
230 B
Vue
Raw Normal View History

2022-08-02 10:16:07 +08:00
<template>
2022-08-12 18:26:27 +08:00
<div>权限管理已废弃</div>
2022-08-02 10:16:07 +08:00
</template>
<script>
export default {
2022-08-12 18:26:27 +08:00
name: "GlxtAuthority",
2022-08-02 10:16:07 +08:00
data() {
2022-08-12 18:26:27 +08:00
return {};
2022-08-02 10:16:07 +08:00
},
mounted() {},
methods: {},
2022-08-12 18:26:27 +08:00
};
2022-08-02 10:16:07 +08:00
</script>
2022-08-12 18:26:27 +08:00
<style lang="scss" scoped></style>