diff --git a/src/config/api.config.js b/src/config/api.config.js index f9d54b6..cce4408 100644 --- a/src/config/api.config.js +++ b/src/config/api.config.js @@ -5,4 +5,6 @@ export const API_ENDPOINTS = { LIST: '/Management/GetTaskList', PROCESS: (id) => `/Management/${id}/process`, } -} \ No newline at end of file +} + +export const ADMIN_ROUTE_BASE = "/admin" diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 36d2a31..05411f0 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -13,26 +13,26 @@ text-color="rgba(255,255,255,0.65)" active-text-color="#fff" :collapse="isCollapse"> - + 概览面板