diff --git a/src/router/index.ts b/src/router/index.ts index ead8db67..e273ffb7 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -128,7 +128,7 @@ const router = createRouter({ /**全局路由-后置守卫 */ router.afterEach((to, from, failure) => { NProgress.done(); - const title = to.meta?.title + const title = to.meta?.title; // 设置标题 if (!failure && title) { useAppStore().setTitle(to.meta.title); @@ -143,7 +143,7 @@ router.beforeEach((to, from, next) => { NProgress.start(); const token = getToken(); // 获取系统配置信息 - const appStore =useAppStore() + const appStore = useAppStore(); if (!appStore.loginBackground) { appStore.fnSysConf(); } diff --git a/src/views/dashboard/cdr/index.vue b/src/views/dashboard/cdr/index.vue new file mode 100644 index 00000000..710076b4 --- /dev/null +++ b/src/views/dashboard/cdr/index.vue @@ -0,0 +1,500 @@ + + + + + diff --git a/src/views/dashboard/overview/index.vue b/src/views/dashboard/overview/index.vue new file mode 100644 index 00000000..710076b4 --- /dev/null +++ b/src/views/dashboard/overview/index.vue @@ -0,0 +1,500 @@ + + + + +