diff --git a/App.vue b/App.vue index 2832f0b..a2b94bb 100644 --- a/App.vue +++ b/App.vue @@ -6,7 +6,7 @@ import api from "./api/api"; //定义全局数据 const globalData = reactive({ appName: '超邦手工单系统', - appIcon: 'https://jl-td.oss-cn-chengdu.aliyuncs.com/uploads/20250325/77e65857af564c0dda57e1a195da19c3.png', + appIcon: '/static/img/logo.png', statusBarH: '', customBarH: '' }) diff --git a/components/me-top/me-top.vue b/components/me-top/me-top.vue index 2ceaae5..341e45d 100644 --- a/components/me-top/me-top.vue +++ b/components/me-top/me-top.vue @@ -37,8 +37,8 @@ const props = defineProps({ position: absolute; left: 0; .icon { - width: 80%; - height: 80%; + width: 100%; + height: 100%; border-radius: 50%; } } diff --git a/pages/user/login.vue b/pages/user/login.vue index aefd618..16040d1 100644 --- a/pages/user/login.vue +++ b/pages/user/login.vue @@ -3,7 +3,7 @@ - + 超邦手工单系统 @@ -36,7 +36,7 @@