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 @@