diff --git a/src/components/LoginLinkage.vue b/src/components/LoginLinkage.vue new file mode 100644 index 000000000..0be840181 --- /dev/null +++ b/src/components/LoginLinkage.vue @@ -0,0 +1,190 @@ + + + + + diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 6be7fd209..1ee422a83 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -19,6 +19,8 @@ import type { import { tabList, tabListPlacement } from "../interface/request/main/main"; import { useroleUserDataStore } from "@/stores/roleUser"; +import LoginLinkage from "@/components/LoginLinkage.vue"; + const { setVerticalScrollPosition, getVerticalScrollPosition } = scroll; const store = useDataStore(); const route = useRoute(); @@ -74,6 +76,7 @@ const options = ref([ color: "indigo", }, ]); +const modalLoginLinkage = ref(false); //เข้าสู่ระบบ Linkage Center async function fetchmsgNoread() { await http @@ -701,6 +704,16 @@ async function fetchPermissionsSys() { {{ fullname }}
+ +
+
+ />
@@ -1137,6 +1150,8 @@ async function fetchPermissionsSys() { + +