From aff94579d33c07675ab160652b6d8ce49ed2e154 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期五, 24 一月 2025 15:56:46 +0800 Subject: [PATCH] fix:更改请求地址 --- components/combined-title/combined-title.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/components/combined-title/combined-title.vue b/components/combined-title/combined-title.vue index 5e74587..d050f8f 100644 --- a/components/combined-title/combined-title.vue +++ b/components/combined-title/combined-title.vue @@ -29,7 +29,7 @@ name: 'combined-title', data() { return { - onlineurl: null + onlineurl, }; }, props: { @@ -59,6 +59,7 @@ justify-content: space-between; align-items: center; box-sizing: border-box; + padding-left: 25rpx; .title_start { .icon { -- Gitblit v1.9.1