Skip to content

Commit

Permalink
feature: 蓝鲸统一登录改造——支持限制非腾讯用户访问方案 #2247
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Jul 20, 2023
1 parent c3aed86 commit 05d460a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/views/system-permission.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
</div>
</template>
<script setup>
import { getCurrentInstance } from 'vue';
defineProps({
message: String,
});
console.log('getCurrentInstance = ', getCurrentInstance());
</script>
<style lang="postcss">
.system-permission{
Expand Down

0 comments on commit 05d460a

Please sign in to comment.