refactor: 注释修改和删除无用文件
Former-commit-id: bc4c1add7c69a236b6d1feaebe64ea115c34c5a4
This commit is contained in:
@@ -53,7 +53,7 @@ export const usePermissionStore = defineStore('permission', () => {
|
||||
const routes = ref<RouteRecordRaw[]>([]);
|
||||
const addRoutes = ref<RouteRecordRaw[]>([]);
|
||||
|
||||
// auctions
|
||||
// actions
|
||||
function setRoutes(newRoutes: RouteRecordRaw[]) {
|
||||
addRoutes.value = newRoutes;
|
||||
routes.value = constantRoutes.concat(newRoutes);
|
||||
|
||||
Reference in New Issue
Block a user