mirror of
https://gitee.com/dromara/zyplayer-doc.git
synced 2026-05-14 11:22:07 +08:00
19 lines
245 B
Vue
19 lines
245 B
Vue
<template>
|
|
<div>没有权限访问该模块</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {};
|
|
},
|
|
mounted: function () {
|
|
},
|
|
methods: {}
|
|
}
|
|
</script>
|
|
<style>
|
|
|
|
</style>
|
|
|