mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-02-27 21:02:49 +08:00
15 lines
237 B
JavaScript
15 lines
237 B
JavaScript
import { reactive, ref } from 'vue'
|
|
|
|
export default {
|
|
title: 'Magic Boot',
|
|
user: {
|
|
token: '',
|
|
authorities: [],
|
|
info: {},
|
|
permissionRoutes: []
|
|
},
|
|
filePrefix: '',
|
|
visitedViews: reactive([]),
|
|
tabValue: ref('')
|
|
}
|