diff --git a/src/pages-service/tickets/index.vue b/src/pages-service/tickets/index.vue new file mode 100644 index 0000000..0637ffe --- /dev/null +++ b/src/pages-service/tickets/index.vue @@ -0,0 +1,292 @@ + + + diff --git a/src/pages.json b/src/pages.json index d8b7b66..013d596 100644 --- a/src/pages.json +++ b/src/pages.json @@ -137,14 +137,20 @@ { "root": "pages-service", "pages": [ - { - "path": "order/list", - "style": { - "navigationStyle": "custom" - } - } - ] - }, + { + "path": "order/list", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "tickets/index", + "style": { + "navigationStyle": "custom" + } + } + ] + }, { "root": "pages-quick", "pages": [