diff --git a/src/components/display-box/index.vue b/src/components/display-box/index.vue new file mode 100644 index 00000000..d524492c --- /dev/null +++ b/src/components/display-box/index.vue @@ -0,0 +1,76 @@ + + + + + + diff --git a/src/http/init.ts b/src/http/init.ts index b67950a0..96ba9b85 100644 --- a/src/http/init.ts +++ b/src/http/init.ts @@ -1,5 +1,4 @@ import {uniFetch} from "@/http/main"; - const fetch = new uniFetch({ baseUrl: 'https://warehouse.szjixun.cn', interceptors: { diff --git a/src/pages.json b/src/pages.json index 8b57a25b..6801f8ab 100644 --- a/src/pages.json +++ b/src/pages.json @@ -15,6 +15,16 @@ } } }, + { + "path": "pages/ticket-details/index", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": false // 禁用原生导航 + } + } + }, { "path": "pages/login/index", "style": { diff --git a/src/pages/ticket-details/index.vue b/src/pages/ticket-details/index.vue new file mode 100644 index 00000000..3991bc6b --- /dev/null +++ b/src/pages/ticket-details/index.vue @@ -0,0 +1,90 @@ + + + diff --git a/src/static/zu1053@3x.png b/src/static/zu1053@3x.png new file mode 100644 index 00000000..1e23d474 Binary files /dev/null and b/src/static/zu1053@3x.png differ