mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-12 12:53:42 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
13
src/App.vue
13
src/App.vue
@@ -1,13 +1,6 @@
|
||||
<template>
|
||||
<app-provider>
|
||||
<router-view />
|
||||
</app-provider>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { fetchTestMock } from '@/service';
|
||||
import AppProvider from './AppProvider.vue';
|
||||
|
||||
fetchTestMock();
|
||||
</script>
|
||||
<style></style>
|
||||
<script setup lang="ts"></script>
|
||||
<style scoped></style>
|
||||
|
Reference in New Issue
Block a user