refactor: router

This commit is contained in:
xingyu
2023-01-13 20:18:46 +08:00
parent 81595f81db
commit 3a8cd9afe9
4 changed files with 78 additions and 72 deletions

View File

@ -35,6 +35,8 @@ import { createApp } from 'vue'
import App from './App.vue'
import './permission'
// 创建实例
const setupAll = async () => {
const app = createApp(App)