添加项目权限校验方法

This commit is contained in:
lcj
2025-03-10 09:58:54 +08:00
parent 55df453d4c
commit 3e3f6f8aab
7 changed files with 216 additions and 205 deletions

View File

@ -20,8 +20,8 @@
</template>
<script setup name="Index" lang="ts">
import { ref } from "vue";
import { useRouter } from "vue-router";
import { ref } from 'vue';
import { useRouter } from 'vue-router';
const router = useRouter();