diff --git a/acdr-ui/src/pages.json b/acdr-ui/src/pages.json index 040ac0f1..85e3eadc 100644 --- a/acdr-ui/src/pages.json +++ b/acdr-ui/src/pages.json @@ -312,6 +312,15 @@ "navigationStyle": "custom" } }, + { + "path": "pages/webview/webview", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "h5小程序", + "navigationStyle": "custom" + } + }, { "path": "pages/mall/index/index", "aliasPath": "/mall", diff --git a/acdr-ui/src/pages/webview/webview.vue b/acdr-ui/src/pages/webview/webview.vue new file mode 100644 index 00000000..4cd61548 --- /dev/null +++ b/acdr-ui/src/pages/webview/webview.vue @@ -0,0 +1,24 @@ + +{ + layout: 'default', + style: { + navigationBarTitleText: 'h5小程序', + navigationStyle: 'custom', + }, +} + + + + + + + diff --git a/acdr-ui/src/types/uni-pages.d.ts b/acdr-ui/src/types/uni-pages.d.ts index bcc0cee6..b7864a10 100644 --- a/acdr-ui/src/types/uni-pages.d.ts +++ b/acdr-ui/src/types/uni-pages.d.ts @@ -43,6 +43,7 @@ interface NavigateToOptions { "/pages/service/store" | "/pages/settings/index" | "/pages/space/index" | + "/pages/webview/webview" | "/pages/mall/index/index" | "/pages/mall/index/user" | "/pages/mall/index/category" |