From af2b318da9d4c51b5b8afb2f4cefe86ff049bc7c Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 17 十月 2023 21:16:45 +0800 Subject: [PATCH] feat: 添加缺失的请求 --- src/router/index.js | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 9ffe887..a0c59c8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,14 +5,14 @@ import clientRouter from "./client/index.js" import salesRouter from "./sales/index.js" import serviceRouter from "./service/index.js" -import backgroundConfigRouter from "./backgroundConfig/index.js" +// import backgroundConfigRouter from "./backgroundConfig/index.js" Vue.use(Router) const login = (resolve) => require(["@/views/other/login/index"], resolve) const client = (resolve) => require(["@/views/client/index"], resolve) const sales = (resolve) => require(["@/views/sales/index"], resolve) const service = (resolve) => require(["@/views/service/index"], resolve) -const background = (resolve) => require(["@/views/backgroundConfig/index"], resolve) +// const background = (resolve) => require(["@/views/backgroundConfig/index"], resolve) export const routes = [ { @@ -44,17 +44,17 @@ title: "鏈嶅姟绠$悊", isAllways: true } - }, - { - path: "background", // 鍚庡彴璁剧疆 - name: "background", - component: background, - children: backgroundConfigRouter, - meta: { - title: "鍚庡彴璁剧疆", - isAllways: true - } } + // { + // path: "background", // 鍚庡彴璁剧疆 + // name: "background", + // component: background, + // children: backgroundConfigRouter, + // meta: { + // title: "鍚庡彴璁剧疆", + // isAllways: true + // } + // } ] export const constantRoutes = [ { -- Gitblit v1.8.0