From 197e3949af92e687e9e06bd2daf539b6b665d06d Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 21 三月 2025 18:17:52 +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 94d0bee..a4d411d 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -106,6 +106,13 @@ component: '/project/yw/systemManage/replaceWordMgr/ReplaceWordMgr.vue', }, { + name: 'PersonalCenter', + isKeepAlive: true, + isAffix: false, + path: '/personalCenter', + component: '/project/yw/systemManage/personalCenter/PersonalCenter.vue', + }, + { name: 'AmisEditor', isKeepAlive: true, isAffix: false, -- Gitblit v1.9.3