diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index 6b91b87..121e087 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -25,7 +25,9 @@
-
+
+ +
{{ enhanced ? '关闭' : '开启' }}
@@ -43,6 +45,7 @@ import { useLogout } from '@/composables/useLogout' import { useInitMap } from '@/composables/useInitMap' import Map from '@/components/Map/Map.vue' import ScrollView from '@/base/ScrollView/ScrollView.vue' +import QRCodeFromText from '../QRCodeFromText/QRCodeFromText.vue' const Logout = defineAsyncComponent(() => import('@/base/Logout/Logout.vue')) const AutoBackNotification = defineAsyncComponent(() => import('@/base/AutoBackNotification/AutoBackNotification.vue')) const Temperature = defineAsyncComponent(() => import('@/base/Temperature/Temperature.vue')) @@ -172,7 +175,9 @@ watch(route, to => { left: 68px; width: 100px; height: 100px; - background: center / cover no-repeat url(./qrcode.JPG); + display: flex; + justify-content: center; + align-items: center; } .qrcode2 { position: absolute; diff --git a/src/components/PublicComponent/qrcode.JPG b/src/components/PublicComponent/qrcode.JPG deleted file mode 100644 index db70844..0000000 Binary files a/src/components/PublicComponent/qrcode.JPG and /dev/null differ diff --git a/src/components/PublicComponent/qrcode2.JPG b/src/components/PublicComponent/qrcode2.JPG index c1a6102..506ce36 100644 Binary files a/src/components/PublicComponent/qrcode2.JPG and b/src/components/PublicComponent/qrcode2.JPG differ