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 6801f8ab..81ade14e 100644 --- a/src/pages.json +++ b/src/pages.json @@ -16,8 +16,9 @@ } }, { - "path": "pages/ticket-details/index", + "path": "pages/ticket/index", "style": { + "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { diff --git a/src/pages/ticket/index.vue b/src/pages/ticket/index.vue index fbf440fc..3728c144 100644 --- a/src/pages/ticket/index.vue +++ b/src/pages/ticket/index.vue @@ -47,8 +47,8 @@