From c67a41c65c5f12a4378ec54f89cdc5672e83090f Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 09 七月 2025 09:48:25 +0800 Subject: [PATCH] webview url 检查 --- packagePersonal/pages/userSetting/index.json | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/packagePersonal/pages/userSetting/index.json b/packagePersonal/pages/userSetting/index.json index 8835af0..5c20aa9 100644 --- a/packagePersonal/pages/userSetting/index.json +++ b/packagePersonal/pages/userSetting/index.json @@ -1,3 +1,10 @@ { - "usingComponents": {} + "navigationBarTitleText": "璁剧疆", + "usingComponents": { + "t-icon": "tdesign-miniprogram/icon/icon", + "t-avatar": "tdesign-miniprogram/avatar/avatar", + "t-popup": "tdesign-miniprogram/popup/popup", + "t-input": "tdesign-miniprogram/input/input", + "t-image": "tdesign-miniprogram/image/image" + } } \ No newline at end of file -- Gitblit v1.9.1