fix
This commit is contained in:
parent
e9c545a18d
commit
140553666d
3 changed files with 20 additions and 12 deletions
|
|
@ -28,6 +28,7 @@ import { tabList, tabListPlacement } from "../interface/request/main/main";
|
|||
|
||||
import LoginLinkage from "@/components/LoginLinkage.vue";
|
||||
import DialogDebug from "@/components/Dialogs/DialogDebug.vue";
|
||||
import FooterContact from "@/components/FooterContact.vue";
|
||||
|
||||
// landing page config url
|
||||
const configParam = {
|
||||
|
|
@ -1282,12 +1283,8 @@ function onViewDetailNoti(url: string) {
|
|||
<router-view :key="$route.fullPath" />
|
||||
</q-page>
|
||||
</q-page-container>
|
||||
<q-footer class="bg-grey-2 text-grey-7 q-py-sm" bordered>
|
||||
<div class="row justify-center items-center text-caption" style="font-size: 13px;">
|
||||
<q-icon name="mdi-alert-circle-outline" size="18px" class="q-mr-sm" />
|
||||
พบปัญหาการใช้งานกรุณาติดต่อผู้ดูแลระบบ
|
||||
<span class="text-weight-bold text-grey-9 q-ml-xs">088-264-9800</span>
|
||||
</div>
|
||||
<q-footer class="bg-grey-1 text-dark q-pa-md" bordered>
|
||||
<FooterContact />
|
||||
</q-footer>
|
||||
|
||||
<full-loader :visibility="loader" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue