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管理系统")