From 6df73471a6a64b4447e3daf5124889c829b6cdf3 Mon Sep 17 00:00:00 2001 From: caiyuhao <3281194902@qq.com> Date: Thu, 19 Sep 2024 08:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E6=8F=90=E4=BA=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 28 ++++++++++++++++++++++++++++ src/types/uni-pages.d.ts | 5 +++++ 2 files changed, 33 insertions(+) diff --git a/src/pages.json b/src/pages.json index 4df8aca..6fc684c 100644 --- a/src/pages.json +++ b/src/pages.json @@ -126,6 +126,11 @@ "navigationBarTitleText": "聊天" } }, + { + "path": "pages/Modal/index", + "type": "page", + "style": {} + }, { "path": "pages/my/index", "type": "page", @@ -346,6 +351,29 @@ "navigationStyle": "custom" } }, + { + "path": "pages/Modal/authentication/1", + "type": "page", + "style": {} + }, + { + "path": "pages/Modal/authentication/2", + "type": "page", + "style": {} + }, + { + "path": "pages/Modal/authentication/3", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "宠托师资格证申请" + } + }, + { + "path": "pages/Modal/blankPage/1", + "type": "page", + "style": {} + }, { "path": "pages/mall/index/index", "aliasPath": "/mall", diff --git a/src/types/uni-pages.d.ts b/src/types/uni-pages.d.ts index cf4be47..77d4ed2 100644 --- a/src/types/uni-pages.d.ts +++ b/src/types/uni-pages.d.ts @@ -18,6 +18,7 @@ interface NavigateToOptions { "/pages/message/index" | "/pages/message/message-list" | "/pages/message/privatechat" | + "/pages/Modal/index" | "/pages/my/index" | "/pages/order/index" | "/pages/order/order-detail" | @@ -47,6 +48,10 @@ interface NavigateToOptions { "/pages/settings/index" | "/pages/space/index" | "/pages/webview/webview" | + "/pages/Modal/authentication/1" | + "/pages/Modal/authentication/2" | + "/pages/Modal/authentication/3" | + "/pages/Modal/blankPage/1" | "/pages/mall/index/index" | "/pages/mall/index/user" | "/pages/mall/index/category" |