From 97714b30be3f80cc9523f1f1d625cb3958d65835 Mon Sep 17 00:00:00 2001 From: xuminyui <576362016@qq.com> Date: Thu, 7 Dec 2023 13:10:16 +0800 Subject: [PATCH] fix --- src/main.ts | 2 +- src/pages.json | 11 +++++++ src/pages/ticket/card/index.vue | 53 +++++++++++++++++++++++++++++++++ src/pages/ticket/index.vue | 2 ++ 4 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 src/pages/ticket/card/index.vue diff --git a/src/main.ts b/src/main.ts index 346a9031..7b2984c6 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,7 +4,7 @@ import tmui from "./tmui"; import App from "./App.vue"; // @ts-ignore import api from "@/http"; -import title from "./components/title/index.vue"; +import title from "./components/Title/index.vue"; export function createApp() { const app = createSSRApp(App); app.config.globalProperties.$api = api; diff --git a/src/pages.json b/src/pages.json index 8b57a25b..81ade14e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -15,6 +15,17 @@ } } }, + { + "path": "pages/ticket/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": false // 禁用原生导航 + } + } + }, { "path": "pages/login/index", "style": { diff --git a/src/pages/ticket/card/index.vue b/src/pages/ticket/card/index.vue new file mode 100644 index 00000000..446b60d3 --- /dev/null +++ b/src/pages/ticket/card/index.vue @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/src/pages/ticket/index.vue b/src/pages/ticket/index.vue index fbf440fc..d5fa8ee2 100644 --- a/src/pages/ticket/index.vue +++ b/src/pages/ticket/index.vue @@ -65,6 +65,7 @@ + @@ -72,6 +73,7 @@