From d64a6ef700b139a4b27ccff6c86891fb96466073 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Tue, 3 Mar 2026 17:39:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=A1=B5=E9=9D=A2=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- screen-vue/src/components/Layout/editPswd.vue | 187 ------------------ screen-vue/src/components/Layout/index.vue | 2 +- 2 files changed, 1 insertion(+), 188 deletions(-) delete mode 100644 screen-vue/src/components/Layout/editPswd.vue diff --git a/screen-vue/src/components/Layout/editPswd.vue b/screen-vue/src/components/Layout/editPswd.vue deleted file mode 100644 index 2c2e8a2..0000000 --- a/screen-vue/src/components/Layout/editPswd.vue +++ /dev/null @@ -1,187 +0,0 @@ - - - - - \ No newline at end of file diff --git a/screen-vue/src/components/Layout/index.vue b/screen-vue/src/components/Layout/index.vue index f7391ac..37b90f1 100644 --- a/screen-vue/src/components/Layout/index.vue +++ b/screen-vue/src/components/Layout/index.vue @@ -169,7 +169,7 @@ import { } from '@element-plus/icons-vue' import { getHomeMenuList } from '@/api/bizMenu' import LogoImg from '@/assets/logo.png' -import EditPswd from './editPswd.vue' +import EditPswd from './components/editPswd.vue' const isMounted = ref(true) const systemTitle = ref("myPro管理系统")