mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
20 lines
230 B
Vue
20 lines
230 B
Vue
<template>
|
||
<div>权限管理(已废弃)</div>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
name: "GlxtAuthority",
|
||
|
||
data() {
|
||
return {};
|
||
},
|
||
|
||
mounted() {},
|
||
|
||
methods: {},
|
||
};
|
||
</script>
|
||
|
||
<style lang="scss" scoped></style>
|