From a34acfc9181792e2c4a6fa113bd9e21780c5224d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 25 十月 2024 16:00:05 +0800 Subject: [PATCH] 后台修改 --- customer_list/yw/static/config/route.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js index 8036c9a..27aa503 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -1,5 +1,12 @@ window.route = [ { + name: 'ChatLog', + isKeepAlive: true, + isAffix: false, + path: '/chatLog', + component: '/project/yw/systemManage/chatLog/ChatLog.vue', + }, + { name: 'RoleMgr', isKeepAlive: true, isAffix: false, -- Gitblit v1.9.3